Skip to content

Commit f60badb

Browse files
committed
Fixed typo
1 parent 5fc4ab9 commit f60badb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dronesim/interface/control.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def move_backward(self, x : float, blocking=True, timeout=None):
4646
'''Strafe back direction (-ve Y axis relative to UAV angle) with velocity `x` (between 0.0 - 1.0)'''
4747
pass
4848
def move_up(self, x : float, blocking=True, timeout=None):
49-
'''Increase altitude (+ve Z axis) with velocity `x` (between 0.0 - 1.0). Stops if hightst flight altitude is achieved'''
49+
'''Increase altitude (+ve Z axis) with velocity `x` (between 0.0 - 1.0). Stops if highest flight altitude is achieved'''
5050
pass
5151
def move_down(self, x : float, blocking=True, timeout=None):
5252
'''Decrease altitude (-ve Z axis) with velocity `x` (between 0.0 - 1.0). Stops if lowest flight altitude is achieved'''

0 commit comments

Comments
 (0)