mavlink v0.7.0 APM.Message.FollowTarget View Source

Link to this section Summary

Types

t()

Current motion information from a designated system

Link to this section Types

Link to this type

t() View Source
t() :: %APM.Message.FollowTarget{
  acc: [Float32],
  alt: Float32,
  attitude_q: [Float32],
  custom_state: MAVLink.Types.uint64_t(),
  est_capabilities: MAVLink.Types.uint8_t(),
  lat: MAVLink.Types.int32_t(),
  lon: MAVLink.Types.int32_t(),
  position_cov: [Float32],
  rates: [Float32],
  timestamp: MAVLink.Types.uint64_t(),
  vel: [Float32]
}

Current motion information from a designated system