GimbalMode
public enum GimbalMode : Equatable
Gimbal mode type.
-
Yaw follow will point the gimbal to the vehicle heading.
Declaration
Swift
case yawFollow -
Yaw lock will fix the gimbal poiting to an absolute direction.
Declaration
Swift
case yawLock -
Undocumented
Declaration
Swift
case UNRECOGNIZED(Int)
View on GitHub
Install in Dash
GimbalMode Enumeration Reference