mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-13 12:17:35 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user