Package com.parrot.drone.groundsdk.device.pilotingitf

Types

Activable
Link copied to clipboard
interface Activable
Interface for PilotingItf components that require activation.
AnimationItf
Link copied to clipboard
interface AnimationItf : PilotingItf
Piloting interface capable of commanding a drone to execute automatic animations.
FlightPlanPilotingItf
Link copied to clipboard
interface FlightPlanPilotingItf : PilotingItf, Activable
Flight Plan piloting interface for drones.
FollowMePilotingItf
Link copied to clipboard
interface FollowMePilotingItf : PilotingItf, Activable
Piloting interface used to make the drone follow some (possibly moving) target.
GuidedPilotingItf
Link copied to clipboard
interface GuidedPilotingItf : PilotingItf, Activable
Guided piloting interface for copters.
LookAtPilotingItf
Link copied to clipboard
interface LookAtPilotingItf : PilotingItf, Activable
Piloting interface used to keep the drone directed towards some target, in effect making it 'looking at' such a target.
ManualCopterPilotingItf
Link copied to clipboard
interface ManualCopterPilotingItf : PilotingItf, Activable
Manual piloting interface for copters.
PilotingItf
Link copied to clipboard
interface PilotingItf
Base class for an Piloting Interface.
PointOfInterestPilotingItf
Link copied to clipboard
interface PointOfInterestPilotingItf : PilotingItf, Activable
Point Of Interest piloting interface for copters.
ReturnHomePilotingItf
Link copied to clipboard
interface ReturnHomePilotingItf : PilotingItf, Activable
Piloting interface used to make the drone return to home.