Skip to content

Commit

Permalink
Rover: reserve offboard mode ID
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Friedman <[email protected]>
  • Loading branch information
Ryanf55 authored and tridge committed Dec 26, 2024
1 parent b1c1596 commit 21c17bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rover/mode.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class Mode
SMART_RTL = 12,
GUIDED = 15,
INITIALISING = 16,
// Mode number 30 reserved for "offboard" for external/lua control.
};

// Constructor
Expand Down

0 comments on commit 21c17bd

Please sign in to comment.