diff --git a/msg/commander_state.msg b/msg/commander_state.msg index 9733d72a515e71d7fc3a13c69788263919c24b35..38c94931f13c9a29415f27ce6f1b9f11c9f078f8 100644 --- a/msg/commander_state.msg +++ b/msg/commander_state.msg @@ -15,6 +15,7 @@ uint8 MAIN_STATE_AUTO_TAKEOFF = 10 uint8 MAIN_STATE_AUTO_LAND = 11 uint8 MAIN_STATE_AUTO_FOLLOW_TARGET = 12 uint8 MAIN_STATE_AUTO_PRECLAND = 13 -uint8 MAIN_STATE_MAX = 14 +uint8 MAIN_STATE_ORBIT = 14 +uint8 MAIN_STATE_MAX = 15 uint8 main_state # main state machine diff --git a/msg/vehicle_status.msg b/msg/vehicle_status.msg index 7d55b6e33e0efffa701aa7b26dcddace42a9cc54..956233fd95a825310d271cca01df67ac6b08e8df 100644 --- a/msg/vehicle_status.msg +++ b/msg/vehicle_status.msg @@ -42,7 +42,8 @@ uint8 NAVIGATION_STATE_AUTO_TAKEOFF = 17 # Takeoff uint8 NAVIGATION_STATE_AUTO_LAND = 18 # Land uint8 NAVIGATION_STATE_AUTO_FOLLOW_TARGET = 19 # Auto Follow uint8 NAVIGATION_STATE_AUTO_PRECLAND = 20 # Precision land with landing target -uint8 NAVIGATION_STATE_MAX = 21 +uint8 NAVIGATION_STATE_ORBIT = 21 # Orbit in a circle +uint8 NAVIGATION_STATE_MAX = 22 uint8 RC_IN_MODE_DEFAULT = 0 uint8 RC_IN_MODE_OFF = 1