mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-07-27 00:39:59 +08:00
fix(commander): report Descend as a distinct flight mode (#27918)
Give NAVIGATION_STATE_DESCEND its own MAVLink custom_mode and advertise it so ground stations stop displaying it as Land. --------- Signed-off-by: Elisa Ferrara <elisa.ferrara@auterion.com>
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
- [Orbit Mode (MC)](flight_modes_mc/orbit.md)
|
||||
- [Takeoff Mode (MC)](flight_modes_mc/takeoff.md)
|
||||
- [Land Mode (MC)](flight_modes_mc/land.md)
|
||||
- [Descend Mode (MC)](flight_modes_mc/descend.md)
|
||||
- [Hold Mode (MC)](flight_modes_mc/hold.md)
|
||||
- [Follow Me Mode (MC)](flight_modes_mc/follow_me.md)
|
||||
- [Mission Mode (MC)](flight_modes_mc/mission.md)
|
||||
@@ -74,6 +75,7 @@
|
||||
- [Manual Mode (FW)](flight_modes_fw/manual.md)
|
||||
- [Takeoff Mode (FW)](flight_modes_fw/takeoff.md)
|
||||
- [Land Mode (FW)](flight_modes_fw/land.md)
|
||||
- [Descend Mode (FW)](flight_modes_fw/descend.md)
|
||||
- [Hold Mode (FW)](flight_modes_fw/hold.md)
|
||||
- [Guided Course Mode (FW)](flight_modes_fw/guided_course.md)
|
||||
- [Mission Mode (FW)](flight_modes_fw/mission.md)
|
||||
|
||||
Reference in New Issue
Block a user