Skip to content

Commit

Permalink
example: improve takeoff and land example
Browse files Browse the repository at this point in the history
Give it more time to actually properly take off.
  • Loading branch information
julianoes committed Mar 17, 2022
1 parent ad1d757 commit 517901b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/takeoff_and_land.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ async def run():
print("-- Taking off")
await drone.action.takeoff()

await asyncio.sleep(5)
await asyncio.sleep(10)

print("-- Landing")
await drone.action.land()
Expand Down

0 comments on commit 517901b

Please sign in to comment.