Browse Source
- landing_gear: refactor state name - Add the keep state to the landing gear message - Adapt FlightTaskManual, FlightTaskAutoMapper, mc_pos_control, to review message definitionsbg
Simone Guscetti
6 years ago
committed by
Dennis Mannhart
7 changed files with 24 additions and 27 deletions
@ -1,6 +1,7 @@
@@ -1,6 +1,7 @@
|
||||
uint64 timestamp # time since system start (microseconds) |
||||
uint64 timestamp # time since system start (microseconds) |
||||
|
||||
int8 LANDING_GEAR_UP = 1 # landing gear up |
||||
int8 LANDING_GEAR_DOWN = -1 # landing gear down |
||||
int8 GEAR_UP = 1 # landing gear up |
||||
int8 GEAR_DOWN = -1 # landing gear down |
||||
int8 GEAR_KEEP = 0 # keep the current state |
||||
|
||||
int8 landing_gear |
||||
|
Loading…
Reference in new issue