We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 50604c1 + cf7b5cf commit 831f68bCopy full SHA for 831f68b
examples/follow_me_example.py
@@ -28,7 +28,7 @@ async def fly_drone():
28
29
#Checking if Global Position Estimate is ok
30
async for global_lock in drone.telemetry.health():
31
- if global_lock.is_global_position_ok:
+ if global_lock.is_global_position_ok and global_lock.is_home_position_ok:
32
print("-- Global position state is good enough for flying.")
33
break
34
0 commit comments