Skip to content

Releases: mavlink/MAVSDK

v0.14.2

19 Feb 14:09
Compare
Choose a tag to compare
  • Fix in mavlink_passthrough: reset intercepting messages (#664).
  • Fix in mission: use correct callback for download timeout (#665).
  • Fix: don't remove pending timeouts on disconnect (#666).
  • Fix race condition in mission service (#668).
  • Fix in camera: wrong comparison was returning a timeout when setting camera parameters (#670).
  • Fix crash in CMake when version number is unexpected (#671).
  • Add Dockerfile to build an alpine-based backend image (#673).

v0.14.1

08 Feb 11:16
Compare
Choose a tag to compare
  • Fix installation (#659).
  • Improve documentation (#659).
  • Fix Info.plist in backend.framework (#662).

v0.14.0 Carla

07 Feb 13:23
Compare
Choose a tag to compare
  • Add mavlink passthrough plugin for lower-level access to mavlink (#657).
  • CI: Removal of Jenkins until it gets more stable (#648, #655, #656).
  • Update list of running plugins in the backend (#654).
  • Simplify mission request by removing the MissionItems struct (#658).
  • Merge SubscribeDiscover and SubscribeTimeout into SubscribeConnectionState (#658).
  • Add camera photo interval to MissionItem (#658).

v0.13.0 Frederick

24 Jan 16:01
1817e30
Compare
Choose a tag to compare

Release after some header file reorganisation and added features.
The aim is to keep releases going at a 2 week rhythm.

  • Install plugin headers in proper hierarchy (#638).
  • Fix telemetry landed/in-air field (#641).
  • CI: Removal of Fedora 27, addition of Fedora 29 (#643).
  • MissionRaw plugin added for direct MAVLink mission item access (#644 ).
  • Fix for segfault on plugin init (#647).
  • Fix YouCompleteMe linting in vim (#647).
  • Improve comparison of mission items (#650).

v0.12.0 Serafina

10 Jan 09:50
c2eefe8
Compare
Choose a tag to compare

Release after the release mechanism was broken for a while. There have been numerous changes in the meantime:

v0.5.0 Al

04 Jun 07:46
51be758
Compare
Choose a tag to compare

Release with a couple of bugfixes, comment improvements, and many additions in the gRPC backend.
This is essentially a test release before 1.0.0.

v0.4.0 Robin

26 Apr 17:49
e9c777b
Compare
Choose a tag to compare

Release after a big round of refactoring and improvements:

v0.3.0 Kelly

17 Dec 18:58
Compare
Choose a tag to compare

Release before a round of big refactorings.

Changes:

  • Offboard example added (#116)
  • Added fields to info (#118)
  • Mavlink statustexts added for debugging (#119)
  • Fixed RC status bug (#123)
  • Gimbal plugin added (#124)
  • Support for .deb and .rpm packages (#130, #196, #198)
  • Add support for delays before camera actions (#131)
  • Simplify offboard usage (#134)
  • Follow me plugin added (#142, #199)
  • gRPC work (#143, #174, #175)
  • Support to download mission (#145)
  • Use fake time for unit tests (#147)
  • VTOL transition support (#150, #163)
  • Fix 100% CPU bug for serial connections (#177)

v0.2.0 Barry

12 Oct 20:59
Compare
Choose a tag to compare
  • Added dronecore::is_connected() interface #97
  • Improved takeoff and land integration tests and examples #98
  • Improved mission example #102, #104
  • CI, release build improvements, code coverage #105, #113
  • Fallback to mavlink system ID if UUID is not available #109
  • CI integration tests prototype #110
  • Various fixes #108, #111, #115, #114
  • Prototype of gRPC server and Python client #48

v0.1.0 Tom

26 Sep 17:16
Compare
Choose a tag to compare

Static C++ library for MAVLink