Skip to content

Commit

Permalink
added manual as flightmode enum
Browse files Browse the repository at this point in the history
  • Loading branch information
Mmoyv27 committed Dec 15, 2024
1 parent 51173bc commit f3210ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/odometry_and_waypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class FlightMode(enum.Enum):
AUTO = "AUTO"
LOITER = "LOITER"
GUIDED = "GUIDED"
MANUAL = "MANUAL"
RTL = "RTL"


Expand Down

0 comments on commit f3210ac

Please sign in to comment.