Common.Message.GimbalManagerSetAttitude (xmavlink_util v0.4.3)

View Source

Summary

Types

t()

High level message to control a gimbal's attitude. This message is to be sent to the gimbal manager (e.g. from a ground station). Angles and rates can be set to NaN according to use case.

Types

t()

@type t() :: %Common.Message.GimbalManagerSetAttitude{
  angular_velocity_x: Float32,
  angular_velocity_y: Float32,
  angular_velocity_z: Float32,
  flags: Common.Types.gimbal_manager_flags(),
  gimbal_device_id: XMAVLink.Types.uint8_t(),
  q: [Float32],
  target_component: XMAVLink.Types.uint8_t(),
  target_system: XMAVLink.Types.uint8_t()
}

High level message to control a gimbal's attitude. This message is to be sent to the gimbal manager (e.g. from a ground station). Angles and rates can be set to NaN according to use case.