commander: remove calibration_enabled

This flag is not used anywhere, it therefore doesn't need to be in
vehicle_status.
This commit is contained in:
Julian Oes
2016-02-25 07:56:28 +00:00
parent fe85841a1d
commit 181eb49da8
2 changed files with 5 additions and 4 deletions
-1
View File
@@ -65,7 +65,6 @@ uint8 nav_state # set navigation state machine to specified value
uint8 arming_state # current arming state
uint8 hil_state # current hil state
bool failsafe # true if system is in failsafe state
bool calibration_enabled # true if current calibrating parts of the system. Also sets the system to ARMING_STATE_INIT.
uint8 system_type # system type, contains mavlink MAV_TYPE
uint32 system_id # system id, contains MAVLink's system ID field