Manual Copter Piloting Itf
Manual piloting interface for copters.
This piloting interface can be obtained from a drone using:
drone.getPilotingItf(ManualCopterPilotingItf.class)
See also
com. parrot. drone. groundsdk. device. Drone
Drone#getPilotingItf(Class, Ref.Observer)
Types
Smart Take Off Land Action
Link copied to clipboard
enum SmartTakeOffLandAction
Content copied to clipboard
Action performed when smartTakeOffLand is called.
Functions
can Take Off
Link copied to clipboard
Tells whether the copter can take off.
deactivate
Link copied to clipboard
Deactivates this piloting interface.
emergency Cut Out
Link copied to clipboard
abstract fun emergencyCutOut()
Content copied to clipboard
Requests emergency motor cut out.
get Banked Turn Mode
Link copied to clipboard
Gets the current banked-turn mode.
get Max Pitch Roll
Link copied to clipboard
Gets the maximum roll and pitch angle setting, in degrees.
get Max Pitch Roll Velocity
Link copied to clipboard
Gets the maximum roll and pitch velocity setting, in degrees/second.
get Max Vertical Speed
Link copied to clipboard
Gets the maximum vertical speed setting, in meters/second.
get Max Yaw Rotation Speed
Link copied to clipboard
Gets the maximum yaw rotation speed setting in degrees/second.
get Smart Take Off Land Action
Link copied to clipboard
abstract fun getSmartTakeOffLandAction(): ManualCopterPilotingItf.SmartTakeOffLandAction
Content copied to clipboard
Tells which action will be performed when smartTakeOffLand is called.
get State
Link copied to clipboard
Gets the piloting interface's current state.
get Thrown Take Off Mode
Link copied to clipboard
Gets the current thrown take-off mode.
set Vertical Speed
Link copied to clipboard
abstract fun setVerticalSpeed(@IntRange(from = "-100", to = 100 ) value: Int)
Content copied to clipboard
Set the current vertical speed value.
set Yaw Rotation Speed
Link copied to clipboard
abstract fun setYawRotationSpeed(@IntRange(from = "-100", to = 100 ) value: Int)
Content copied to clipboard
Set the current yaw rotation speed value.
smart Take Off Land
Link copied to clipboard
abstract fun smartTakeOffLand()
Content copied to clipboard
Requests the copter to either take off, or get prepared for a thrown take-off, or cancel a thrown take-off, or land, depending on its state and on the thrown take-off setting.
thrown Take Off
Link copied to clipboard
abstract fun thrownTakeOff()
Content copied to clipboard
Requests the copter to get prepared for a thrown take-off.