Skip to main content

AUTELDrone

class AUTELDrone

describe:Define the aircraft object, including modules such as aircraft master, battery, remote controller, PTZ, camera, etc. Aircraft inherited fromAUTELDevice

@interface AUTELDrone : AUTELDevice

property mainController

@property (readonly, strong, nonatomic) AUTELDroneMainController *mainController;

describe:Returns an instance of the drone's main controller. AUTELDroneMainController


property battery

@property (readonly, strong, nonatomic) AUTELBattery *battery;

describe:Returns an instance of the drone's smart battery. AUTELBattery


property remoteController

@property (readonly, strong, nonatomic) AUTELRemoteController *remoteController;

describe:Returns an instance of the drone's remote controller.


property gimbal

@property (readonly, strong, nonatomic) AUTELDroneGimbal *gimbal;

describe:Returns an instance of the drone's gimbal.


property camera

@property (readonly, strong, nonatomic) AUTELBaseCamera *camera;

describe:Returns an instance of the drone's camera. AUTELBaseCamera


@property (readonly, strong, nonatomic) AUTELAirLink *airLink;

describe:Returns an instance of the drone's airlink