DJIVirtualStickYawControlMode
enum DJIVirtualStickYawControlMode : uint8_t {}
Defines how manual yaw values are interpreted by the aircraft.
-
Sets the
VirtualStickControlMode
yaw values to be an angle relative to the front of the aircraft. Positive and negative yaw angle is for the aircraft rotating clockwise and counterclockwise, respectively. Maximum yaw angle is defined asDJIVirtualStickYawControlMaxAngle
. Minimum yaw angle is defined asDJIVirtualStickYawControlMinAngle
.Declaration
Objective-C
DJIVirtualStickYawControlModeAngle
-
Sets the
VirtualStickControlMode
yaw values to be an angular velocity. Positive and negative angular velocity is for the aircraft rotating clockwise and counterclockwise, respectively. Maximum yaw angular velocity is defined asDJIVirtualStickYawControlMaxAngularVelocity
. Minimum yaw angular velocity is defined asDJIVirtualStickYawControlMinAngularVelocity
.Declaration
Objective-C
DJIVirtualStickYawControlModeAngularVelocity