mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-07 16:38:30 -04:00
Rover: reserve offboard mode ID
Signed-off-by: Ryan Friedman <25047695+Ryanf55@users.noreply.github.com>
This commit is contained in:
parent
b1c1596e1b
commit
21c17bdf98
@ -28,6 +28,7 @@ public:
|
|||||||
SMART_RTL = 12,
|
SMART_RTL = 12,
|
||||||
GUIDED = 15,
|
GUIDED = 15,
|
||||||
INITIALISING = 16,
|
INITIALISING = 16,
|
||||||
|
// Mode number 30 reserved for "offboard" for external/lua control.
|
||||||
};
|
};
|
||||||
|
|
||||||
// Constructor
|
// Constructor
|
||||||
|
Loading…
Reference in New Issue
Block a user