Class in Zendir.Messages | Inherits from Message

Declaration

class GimbalStatusMessage;

Description

Message used to write gimbal states out to other modules.


Properties

DeclaredDescription
AngleThe current angle of the gimbal relative to thegimbal mechanism.
LimitedA flag for whether the gimbal has reached it’s limits or not.This will be defined by the minimum and maximum angles of the gimbal.
LockedA flag for whether the gimbal should is locked or unlocked.This will prevent the gimbal from moving if in a locked state.
TorqueThe current torque of the gimbal while it ismoving. If the gimbal is not moving, the torque will be 0.0.
VelocityThe angular velocity of the gimbal while it is moving.If the gimbal is not moving, the velocity will be 0.0.