Skip to content

Commit 47c4cbe

Browse files
committed
Rally plan - VTOL FW approach loiter points
1 parent 55266fd commit 47c4cbe

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

en/services/mission.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The field takes one of the [MAV_MISSION_TYPE](../messages/common.md#MAV_MISSION_
2727
MAVLink 1 supports only flight-plan missions (this is implied/not explicitly set).
2828
:::
2929

30-
## Plan Items (MAVLink Commands) {#mavlink_commands}
30+
## Plan Items (MAV_CMD) {#mavlink_commands}
3131

3232
Mission items (or more generically "Plan items") for all the [plan types](#mission_types) are defined in the [MAV_CMD](../messages/common.md#mav_commands) enum.
3333

@@ -48,6 +48,12 @@ The items for the different types of plan are usually identified using a simple
4848
- _Rally point plan_:
4949
- Rally points are defined using [MAV_CMD_NAV_RALLY_POINT](../messages/common.md#MAV_CMD_NAV_RALLY_POINT).
5050

51+
::: info
52+
[MAV_CMD_NAV_LOITER_TO_ALT](../messages/common.md#MAV_CMD_NAV_LOITER_TO_ALT) items declared immediately after `MAV_CMD_NAV_RALLY_POINT` may be used as VTOL approach loiter waypoints.
53+
VTOL can use these points in a fixed-wing return to define the location and radius of VTOL loiter-descent, and heading, prior to traveling to the final rally point.
54+
If multiple loiter waypoints are specified, selection is autopilot-specific.
55+
:::
56+
5157
## Plan Payload Message
5258

5359
Plan items (`MAV_CMD`) are transmitted/encoded in [MISSION_ITEM_INT](#MISSION_ITEM_INT) messages.

0 commit comments

Comments
 (0)