Skip to content

Commit 493329d

Browse files
authored
Merge pull request #235 from mavlink/pr-goto-closer
examples: closer goto, and go up, not down
2 parents 8ffed39 + 89a7dbf commit 493329d

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
@@ -28,7 +28,7 @@ async def run():
2828

2929
await asyncio.sleep(1)
3030

31-
await drone.action.goto_location(55.8688660, -4.2851267, 40, 0)
31+
await drone.action.goto_location(47.399386, 8.535245, 500, float('nan'))
3232

3333
if __name__ == "__main__":
3434
loop = asyncio.get_event_loop()

0 commit comments

Comments
 (0)