Guided Piloting Itf
Guided piloting interface for copters.
This piloting interface can be obtained from a drone using:
drone.getPilotingItf(GuidedPilotingItf.class)
Content copied to clipboard
This interface is automatically activated when a guided flight is started, with moveToLocation() or moveToRelativePosition().
See also
com. parrot. drone. groundsdk. device. Drone
Types
Link copied to clipboard
interface FinishedFlightInfo
Information about a finished guided flight.
Link copied to clipboard
Information about a finished location guided flight.
Link copied to clipboard
Information about a finished relative move guided flight.
Link copied to clipboard
A location move directive.
Link copied to clipboard
A relative move directive.
Link copied to clipboard
enum UnavailabilityReason
Reason why this piloting interface is currently unavailable.
Functions
Link copied to clipboard
Deactivates this piloting interface.
Link copied to clipboard
Retrieves the current guided flight directive.
Link copied to clipboard
Retrieves the latest terminated guided flight information.
Link copied to clipboard
Gets the piloting interface's current state.
Link copied to clipboard
Tells why this piloting interface may currently be unavailable.
Link copied to clipboard
Starts a guided flight.