diff --git a/examples/goto.py b/examples/goto.py index 85aa88c1..8a034dfc 100755 --- a/examples/goto.py +++ b/examples/goto.py @@ -28,7 +28,7 @@ async def run(): await asyncio.sleep(1) - await drone.action.goto_location(55.8688660, -4.2851267, 40, 0) + await drone.action.goto_location(47.399386, 8.535245, 500, float('nan')) if __name__ == "__main__": loop = asyncio.get_event_loop()