java.lang.Object | |
↳ | dji.common.remotecontroller.DJIRCGimbalControlSpeed |
DJI RC gimbal control speed
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public short | pitchSpeed | Gimbal's pitch speed with range [0,100]. | |||||||||
public short | rollSpeed | Gimbal's roll speed with range [0,100]. | |||||||||
public short | yawSpeed | Gimbal's yaw speed with range [0,100]. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DJIRCGimbalControlSpeed(short pitchSpeed, short rollSpeed, short yawSpeed) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Gimbal's pitch speed with range [0,100].
Gimbal's roll speed with range [0,100].
Gimbal's yaw speed with range [0,100].