Skip to content

Releases: mavlink/MAVSDK

v2.4.0

06 Mar 00:25
52fc1c4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.0...v2.4.0

v2.3.0

20 Feb 00:34
f5e6945
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.3.0

v2.2.0

13 Feb 20:40
65a8530
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.2.0

v2.1.0

27 Jan 21:43
3131cc9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.1.0

v2.0.1

29 Dec 04:05
25f8dbc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

27 Dec 04:11
75943e6
Compare
Choose a tag to compare

🎉 Version 2 of MAVSDK is finally out!

📓 Note that v2 means that the API (and ABI) has changed, for details see: https://mavsdk.mavlink.io/v2.0/en/cpp/api_changes.html#v2

High level changelog

  • API changes (upgrade guide)
    • Multiple callback subscriptions
    • Required configuration of Mavsdk instances, consolidated component types
    • Easier autopilot discovery
  • Better support for server components (camera, companion/onboard computer side)
  • New functionality
  • New plugins
  • Tons of refactoring and bugfixes
  • Updated dependencies

All pull requests

Read more

v1.4.18

18 Dec 19:23
b87a21d
Compare
Choose a tag to compare

Bugfixes

  • fix storage type translation #2150
  • gimbal device test fixes #2158
  • mavsdk_server: fix dl-lib linking #2180
  • Backport disable -ffast-math for iOS #2177
  • core: fix component ID check #2194

Enhancements

  • mavsdk_server: default to the first autopilot #2159
  • update ci actions #2166
  • Downgrade Python to 3.11 for macOS CI builds #2182

Contributors:

@JonasVautherin, @julianoes, @ThomasDebrunner

Full Changelog: v1.4.17...v1.4.18

v1.4.17

22 Sep 00:25
34b0c05
Compare
Choose a tag to compare

Bugfixes

  • Fix FTP file descriptor leak #2112
  • Fix conflict in camera subscriptions #2133
  • Fix calibration in telemetry health #2132
  • telemetry: sys status for position health flags #2134

Contributors:

@Zhumos, @JonasVautherin, @julianoes

v1.4.16

06 Jun 09:27
a14d604
Compare
Choose a tag to compare

Bugfixes

  • rtk: parse Python RTCM strings (#2073)

Contributors:

@julianoes

v1.4.15

31 May 23:41
8b9b5b8
Compare
Choose a tag to compare

Bugfixes

  • corrected mission item seq check for ardupilot (#2065)
  • CI fixes (#2066)

Contributors:

@ykhedar, @julianoes