Skip to content

Commit b8154bc

Browse files
authored
updated goto.py for better understanding
Changed print statement --> print("Fetching Absolute Height of Terrain....") to print("Fetching altitude amsl at home location....") so as to better reflect the reasons for fetching position() update.
1 parent 8f916f0 commit b8154bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/goto.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ async def run():
2020
print("Global position estimate ok")
2121
break
2222

23-
print("Fetching Absolute Height of Terrain....")
23+
print("Fetching altitude amsl at home location....")
2424
async for terrain_info in drone.telemetry.position():
2525
absolute_altitude = terrain_info.absolute_altitude_m
2626
break

0 commit comments

Comments
 (0)