Skip to content

Commit

Permalink
Update message definitions Fri Jul 28 22:22:25 UTC 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
PX4BuildBot committed Jul 28, 2023
1 parent 26223ae commit e3d3616
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions msg/VehicleStatus.msg
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,8 @@ uint64 armed_time # Arming timestamp (microseconds)
uint64 takeoff_time # Takeoff timestamp (microseconds)

uint8 arming_state
uint8 ARMING_STATE_INIT = 0
uint8 ARMING_STATE_STANDBY = 1
uint8 ARMING_STATE_ARMED = 2
uint8 ARMING_STATE_STANDBY_ERROR = 3
uint8 ARMING_STATE_SHUTDOWN = 4
uint8 ARMING_STATE_IN_AIR_RESTORE = 5
uint8 ARMING_STATE_MAX = 6
uint8 ARMING_STATE_DISARMED = 1
uint8 ARMING_STATE_ARMED = 2

uint8 latest_arming_reason
uint8 latest_disarming_reason
Expand Down

0 comments on commit e3d3616

Please sign in to comment.