Fix running example.py in simuation

This commit is contained in:
Oleg Kalachev
2026-08-28 17:13:49 +03:00
parent 7e0515b1fa
commit 447fd199ad
+2 -2
View File
@@ -36,5 +36,5 @@ print('Gyro: ', flix.wait('gyro'))
print('=== Wait for HEARTBEAT message...')
print(flix.wait('mavlink.HEARTBEAT'))
print('=== When until landed = False (remove drone from the surface)')
flix.wait('landed', value=False)
# print('=== When until landed = False (remove drone from the surface)')
# flix.wait('landed', value=False)