mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 08:58:29 -04:00
ArduCopter: reserve offboard mode ID
Signed-off-by: Ryan Friedman <25047695+Ryanf55@users.noreply.github.com>
This commit is contained in:
parent
e38154ea31
commit
ab27d49eee
@ -101,6 +101,8 @@ public:
|
|||||||
AUTO_RTL = 27, // Auto RTL, this is not a true mode, AUTO will report as this mode if entered to perform a DO_LAND_START Landing sequence
|
AUTO_RTL = 27, // Auto RTL, this is not a true mode, AUTO will report as this mode if entered to perform a DO_LAND_START Landing sequence
|
||||||
TURTLE = 28, // Flip over after crash
|
TURTLE = 28, // Flip over after crash
|
||||||
|
|
||||||
|
// Mode number 30 reserved for "offboard" for external/lua control.
|
||||||
|
|
||||||
// Mode number 127 reserved for the "drone show mode" in the Skybrush
|
// Mode number 127 reserved for the "drone show mode" in the Skybrush
|
||||||
// fork at https://github.com/skybrush-io/ardupilot
|
// fork at https://github.com/skybrush-io/ardupilot
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user