Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sytelus committed Nov 13, 2017
1 parent c68a778 commit e20453b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PythonClient/navigate.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

if (current < 20):
print("woops - we are about to crash, so stopping!")
client.hover().get()
client.hover()
sys.exit(0)

pitch, roll, yaw = client.getRollPitchYaw()
Expand Down

0 comments on commit e20453b

Please sign in to comment.