Skip to content

DroneKit-Android v3.0.1

Compare
Choose a tag to compare
@m4gr3d m4gr3d released this 06 Sep 00:32

Version 3.0.1 release notes

Deprecated 3DR Services

New

  • Deprecate 3DR Services. The client library contains all the core logic to access and use the DroneKit API.
  • Add support for compass calibration for Solo vehicles and vehicles running ArduCopter v3.4+ (pr #423).
  • Add mission save/load api (pr #428).
  • Change the save mission file format (pr #428). The new format is the Waypoint protocol.
  • Add Zipline, Pano, Rewind, and Return To Me Solo shots to the API (pr #416).
  • Add ability to lock copter yaw during survey (pr #412).
  • Allow FollowApi to use locations supplied by the app (pr #410).

Updated

  • Update ConnectionParameter API.
    • Add ability to specify the location for logging of the vehicle tlog data (pr #418).
    • Add ability to buffer the vehicle telemetry events (pr #424).
  • Update camera list
    • Add Parrot Sequoia (pr #414).
    • Add Canon S90 (pr #425).

Fixes

  • Fix invalid frame parameter for guided flight (pr #426 ).
  • Set correct pitch value for the Takeoff mission item (pr #427).
  • Fix parameters load bug for the Solo vehicle.