mirror of
https://github.com/okalachev/flix.git
synced 2026-09-06 00:10:58 +00:00
Fix running example.py in simuation
This commit is contained in:
+2
-2
@@ -36,5 +36,5 @@ print('Gyro: ', flix.wait('gyro'))
|
|||||||
print('=== Wait for HEARTBEAT message...')
|
print('=== Wait for HEARTBEAT message...')
|
||||||
print(flix.wait('mavlink.HEARTBEAT'))
|
print(flix.wait('mavlink.HEARTBEAT'))
|
||||||
|
|
||||||
print('=== When until landed = False (remove drone from the surface)')
|
# print('=== When until landed = False (remove drone from the surface)')
|
||||||
flix.wait('landed', value=False)
|
# flix.wait('landed', value=False)
|
||||||
|
|||||||
Reference in New Issue
Block a user