From 447fd199ada5c6bd03f4ba2d39201c401a09e6a5 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Fri, 28 Aug 2026 17:13:49 +0300 Subject: [PATCH] Fix running example.py in simuation --- tools/example.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/example.py b/tools/example.py index 0cb71be..569e95d 100755 --- a/tools/example.py +++ b/tools/example.py @@ -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)