mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-22 06:14:14 +08:00
docs(docs): Tweak
Co-authored-by: Hamish Willee <hamishwillee@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user