upload Flight Plan
Uploads a Flight Plan file to the drone.
If all other necessary conditions hold (GPS location acquired, drone properly calibrated), then the interface becomes idle and the Flight Plan is ready to be executed.
Parameters
flight Plan File
file to upload
See also
<a href="https://developer. parrot. com/docs/mavlink-flightplan">Parrot Flight Plan Mavlink
documentation
Uploads a Flight Plan file, with an associated identifier, to the drone.
This method associates the provided identifier only if isUploadWithCustomIdSupported returns true
, otherwise it behaves strictly as uploadFlightPlan method.
If all other necessary conditions hold (GPS location acquired, drone properly calibrated), then the interface becomes idle and the Flight Plan is ready to be executed.
Parameters
flight Plan File
file to upload
custom Id
identifier to associate with uploaded flight plan file
See also
<a href="https://developer. parrot. com/docs/mavlink-flightplan">Parrot Flight Plan Mavlink
documentation