Use dedicated script for testing

This commit is contained in:
Oleg Kalachev
2026-08-28 17:32:48 +03:00
parent 447fd199ad
commit 096049d2cb
3 changed files with 48 additions and 3 deletions
+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)