PilotingControl

interface PilotingControl : Peripheral

PilotingControl peripheral interface.

This peripheral allows changing piloting behavior.

This peripheral can be obtained from a drone using:

drone.getPeripheral(PilotingControl.class)

See also

com.parrot.drone.groundsdk.device.Drone

Types

Link copied to clipboard
enum Behavior
Piloting behavior.

Functions

Link copied to clipboard
abstract fun behavior(): EnumSetting<PilotingControl.Behavior>
Gives access to the piloting behavior setting.