Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f60badb

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /