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

Link to this section Summary

Types

t()

Request a current rally point from MAV. MAV should respond with a RALLY_POINT message. MAV should not respond if the request is invalid.

Link to this section Types

@type t() :: %APM.Message.RallyFetchPoint{
  idx: MAVLink.Types.uint8_t(),
  target_component: MAVLink.Types.uint8_t(),
  target_system: MAVLink.Types.uint8_t()
}

Request a current rally point from MAV. MAV should respond with a RALLY_POINT message. MAV should not respond if the request is invalid.