Uploading flight plan issue

I’ve tried to make the drone execute a predefined flight plan using ground SDK, mavlink file containing the example from the Parrot documentation and Sphinx in order to simulate this action but the drone seems to not respond to the flight data. Here is a code snippet.

image

Mavlink flight plan file:

image

With this setup the take-off, landing and move() methods are working fine.
The method activate() (line 52 in the image from slide 3) returns true.
After the activate method has been called we called the method from the last image which returned “UPLOADING” status.

Environment:

  • OS: Ubuntu 20.04 (focal)
  • Parrot-Sphinx simulator version 2.12.2
  • Ground SDK 7.6.0 for Android

Hi,

You can refer to this sample code : https://github.com/Parrot-Developers/groundsdk-android-samples/tree/master/FlightPlan

This quickly demonstrates howto (auto) connect to the remote drone and then, to upload some flight plan file and start/stop a flight plan.

Best regards

1 Like

This topic was automatically closed after 30 days. New replies are no longer allowed.