mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
Blimp: reserve offboard mode ID
Signed-off-by: Ryan Friedman <25047695+Ryanf55@users.noreply.github.com>
This commit is contained in:
parent
e401d81cdd
commit
b1c1596e1b
@ -18,6 +18,7 @@ public:
|
|||||||
VELOCITY = 2, // velocity mode
|
VELOCITY = 2, // velocity mode
|
||||||
LOITER = 3, // loiter mode (position hold)
|
LOITER = 3, // loiter mode (position hold)
|
||||||
RTL = 4, // rtl
|
RTL = 4, // rtl
|
||||||
|
// Mode number 30 reserved for "offboard" for external/lua control.
|
||||||
};
|
};
|
||||||
|
|
||||||
// constructor
|
// constructor
|
||||||
|
Loading…
Reference in New Issue
Block a user