mavlink v0.7.0 APM.Message.GimbalControl View Source

Link to this section Summary

Types

t()

Control message for rate gimbal.

Link to this section Types

Link to this type

t() View Source
t() :: %APM.Message.GimbalControl{
  demanded_rate_x: Float32,
  demanded_rate_y: Float32,
  demanded_rate_z: Float32,
  target_component: MAVLink.Types.uint8_t(),
  target_system: MAVLink.Types.uint8_t()
}

Control message for rate gimbal.