We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fc4ab9 commit f60badbCopy full SHA for f60badb
dronesim/interface/control.py
@@ -46,7 +46,7 @@ def move_backward(self, x : float, blocking=True, timeout=None):
46
'''Strafe back direction (-ve Y axis relative to UAV angle) with velocity `x` (between 0.0 - 1.0)'''
47
pass
48
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'''
+ '''Increase altitude (+ve Z axis) with velocity `x` (between 0.0 - 1.0). Stops if highest flight altitude is achieved'''
50
51
def move_down(self, x : float, blocking=True, timeout=None):
52
'''Decrease altitude (-ve Z axis) with velocity `x` (between 0.0 - 1.0). Stops if lowest flight altitude is achieved'''
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments