mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
FlightModeManager: publish takeoff status
This commit is contained in:
committed by
Lorenz Meier
parent
b30bd7f589
commit
fbd64fbdd8
11
msg/takeoff_status.msg
Normal file
11
msg/takeoff_status.msg
Normal file
@@ -0,0 +1,11 @@
|
||||
# Status of the takeoff state machine currently just availble for multicopters
|
||||
|
||||
uint64 timestamp # time since system start (microseconds)
|
||||
|
||||
uint8 TAKEOFF_STATE_DISARMED = 0
|
||||
uint8 TAKEOFF_STATE_SPOOLUP = 1
|
||||
uint8 TAKEOFF_STATE_READY_FOR_TAKEOFF = 2
|
||||
uint8 TAKEOFF_STATE_RAMPUP = 3
|
||||
uint8 TAKEOFF_STATE_FLIGHT = 4
|
||||
|
||||
uint8 takeoff_state
|
||||
Reference in New Issue
Block a user