forked from Archive/PX4-Autopilot
Land detection topic: Add ground contact state
This commit is contained in:
parent
264589b2cc
commit
36026fb631
|
@ -1,2 +1,3 @@
|
|||
bool landed # true if vehicle is currently landed on the ground
|
||||
bool freefall # true if vehicle is currently in free-fall
|
||||
bool ground_contact # true if vehicle has ground contact but is not landed
|
||||
|
|
Loading…
Reference in New Issue