View Source APM.Message.MountConfigure (xmavlink_util v0.1.0)

Link to this section Summary

Types

t()

Message to configure a camera mount, directional antenna, etc.

Link to this section Types

@type t() :: %APM.Message.MountConfigure{
  mount_mode: APM.Types.mav_mount_mode(),
  stab_pitch: MAVLink.Types.uint8_t(),
  stab_roll: MAVLink.Types.uint8_t(),
  stab_yaw: MAVLink.Types.uint8_t(),
  target_component: MAVLink.Types.uint8_t(),
  target_system: MAVLink.Types.uint8_t()
}

Message to configure a camera mount, directional antenna, etc.