Skip to content

Releases: mavlink/MAVSDK

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