DJIVirtualStickRollPitchControlMode
enum DJIVirtualStickRollPitchControlMode : uint8_t {}
Defines how manual roll and pitch values are interpreted by the aircraft.
-
Sets the
VirtualStickControlMode
roll and pitch values to be an angle relative to a level aircraft. In the body coordinate system, positive and negative pitch angle is for the aircraft rotating about the y-axis in the positive direction or negative direction, respectively. Positive and negative roll angle is the positive direction or negative direction rotation angle about the x-axis, respectively. However in the ground coordinate system, positive and negative pitch angle is the angle value for the aircraft moving south and north, respectively. Positive and negative roll angle is the angle when the aircraft is moving east and west, respectively. Maximum angle is defined asDJIVirtualStickRollPitchControlMaxAngle
. Minimum angle is defined asDJIVirtualStickRollPitchControlMinAngle
.Declaration
Objective-C
DJIVirtualStickRollPitchControlModeAngle
-
Sets the
VirtualStickControlMode
roll and pitch values to be a velocity. In the body coordinate system, positive and negative pitch velocity is for the aircraft moving towards the positive direction or negative direction along the pitch axis and y-axis, respectively. Positive and negative roll velocity is when the aircraft is moving towards the positive direction or negative direction along the roll axis and x-axis, respectively. However, in the ground coordinate system, positive and negative pitch velocity is for the aircraft moving east and west, respectively. Positive and negative roll velocity is when the aircraft is moving north and south, respectively. Maximum velocity is defined asDJIVirtualStickRollPitchControlMaxVelocity
. Minimum velocity is defined asDJIVirtualStickRollPitchControlMinVelocity
.Declaration
Objective-C
DJIVirtualStickRollPitchControlModeVelocity