Skip to content

Releases: mavlink/MAVSDK

v1.4.4

21 Jul 05:11
8b974d8
Compare
Choose a tag to compare

Bugfixes:

  • mavsdk_server: add missing Rtk plugin #1865

Contributors:

@julianoes

v1.4.3

23 Jun 12:01
Compare
Choose a tag to compare

Bugfixes:

  • rtk: fix multi part data being sent (#1808).

Contributors:

@julianoes

v1.4.2

26 May 00:47
Compare
Choose a tag to compare

Bugfixes:

  • Backport of params: fix double promise call (#1788) (again)

Contributors:

@julianoes

v1.4.1

23 May 03:43
Compare
Choose a tag to compare

Bugfixes:

  • Backport of telemetry: fix scope of subscription lock (#1780)
  • Backport of params: fix double promise call (#1788)

Contributors:

@julianoes

v1.4.0

11 May 00:47
01e1d55
Compare
Choose a tag to compare

Features:

  • Add custom params (#1765).
  • Add RTK plugin (#1761).

Bugfixes:

  • Return Timeout code when timing out, instead of ConnectionError (#1764).
  • Do not shallow-clone and use a specific commit (#1758).
  • Fix vehicle_type detection for systems (#1752).
  • Two destruction fixes (#1751).
  • Fix mission transfer duplicates (#1746).
  • core: use separate mavlink_status_t again (#1740).

Enhancements:

  • Fix to allow non-flight controller heartbeats to be processed (#1760).
  • cmake: fixup for MAVLink dialect (#1750).
  • workflows: workaround for git trust CI issue (#1747).
  • gitignore: ignore CLion cmake build folders (#1742).
  • Mavlink: support for MAVLink dialects (#1741).

Contributors:

@bazfp, @JonasVautherin, @julianoes, @pweids

v1.3.1

18 Apr 00:57
22168e7
Compare
Choose a tag to compare

Bugfixes:

  • core: fix deadlock on discovery (#1739).

Contributors:

@julianoes

v1.3.0

14 Apr 10:27
dd039ac
Compare
Choose a tag to compare

Features:

  • log_files: add blocking download_file; add erase log file function (#1649).

Bugfixes:

  • core: fix uninitialized command (#1731).

Enhancements:

  • camera: filter by compid at init time (#1736).
  • Fix multicamera options (#1735).
  • Plugin/transponder: add tslc in AdsbVehicle struct (#1732).
  • param: changes for making param set/get work with ArduPilot (#1703).

Contributors:

@dayjaby, @JonasVautherin, @julianoes, @persuader72, @ykhedar

v1.2.0

01 Apr 00:07
4dcee2b
Compare
Choose a tag to compare

Features:

  • action: add API to set current speed (#1726).
  • Support more than one camera (#1705).

Bugfixes:

  • Make LazyPlugin thread-safe (#1727).

Enhancements:

  • plugins: properly order plugins (#1723).

Contributors:

@julianoes, @persuader72

v1.1.0

15 Mar 03:41
2e89c9d
Compare
Choose a tag to compare

Features:

  • Add set function to system status (#1718).
  • Add component information client and server (#1660).

Bugfixes:

  • core: fix MAV_TYPE of mavsdk_server (#1713).
  • Fix end of mission crash with mission server (#1712).
  • FTP: Set size in message on read (#1709).
  • example-ftp: Do not divide by zero on zero-bytes file (#1694).
  • mavlink-ftp: Do not continue on receiving an old ack (#1693).
  • Set RUNTIME DESTINATION to fix Windows install (#1691).
  • core: fix linking on Windows (#1686).

Enhancements:

  • CI fixes and improvements (#1720).
  • mocap: add unsupported result (#1717).
  • calibration: add unsupported result (#1716).
  • action: add Unsupported result (#1715).
  • integration_tests: camera helper cleanup (#1697).
  • core: small debug improvement (#1696).
  • workflows: bump MSVC version (#1695).
  • Fixed XCode warning (#1690).
  • Adding Ardupilot SITL to MAVSDK CI (#1669).

Contributors:

@bastianhjaeger, @bazfp, @byuarus, @JonasVautherin, @julianoes, @ThomasDebrunner, @ykhedar

v1.0.8

20 Jan 11:53
a6836be
Compare
Choose a tag to compare

Bugfixes:

  • docker: fix tags again (#1682).

Contributors:

@julianoes