docs(docs): Tweak

Co-authored-by: Hamish Willee <hamishwillee@gmail.com>
This commit is contained in:
Hamish Willee
2026-05-20 13:29:45 +10:00
committed by GitHub
parent 8962087ba4
commit f1245b9154
+2 -1
View File
@@ -32,10 +32,11 @@ The following commands are accepted while in Guided Course mode:
| Command | Effect |
| ---------------------------- | ------------------------------------------------------------------------------------------------------- |
| `MAV_CMD_GUIDED_CHANGE_HEADING` | with `HEADING_TYPE = 0`. Set a new course bearing (degrees, 0 = north). Rejected if horizontal velocity estimate is unavailable. |
| [MAV_CMD_GUIDED_CHANGE_HEADING] | Set a new course bearing (degrees, 0 = north) with `HEADING_TYPE = 0`. Rejected if horizontal velocity estimate is unavailable. |
| [MAV_CMD_DO_CHANGE_ALTITUDE] | Set a new target altitude (AMSL, metres). |
| [MAV_CMD_DO_CHANGE_SPEED] | Set a new equivalent airspeed via param2 (m/s). If param2 ≤ 0, the default cruise speed is restored. |
[MAV_CMD_GUIDED_CHANGE_HEADING]: https://mavlink.io/en/messages/common.html#MAV_CMD_GUIDED_CHANGE_HEADING
[MAV_CMD_DO_CHANGE_ALTITUDE]: https://mavlink.io/en/messages/common.html#MAV_CMD_DO_CHANGE_ALTITUDE
[MAV_CMD_DO_CHANGE_SPEED]: https://mavlink.io/en/messages/common.html#MAV_CMD_DO_CHANGE_SPEED