mavlink v0.7.0 APM.Message.RallyFetchPoint View Source

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

Link to this type

t() View Source
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.