mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-26 21:19:35 +00:00
docs: fix
This commit is contained in:
@@ -146,7 +146,7 @@ Flying 2 m to the left from the last navigation target:
|
||||
navigate(x=0, y=2, z=0, speed=1, frame_id='navigate_target')
|
||||
```
|
||||
|
||||
Turn 90 degrees counterclockwise:
|
||||
Turn 90 degrees clockwise:
|
||||
|
||||
```python
|
||||
navigate(yaw=math.radians(-90), frame_id='body')
|
||||
|
||||
@@ -146,7 +146,7 @@ navigate(x=0, y=-3, z=0, speed=1, frame_id='body')
|
||||
navigate(x=0, y=2, z=0, speed=1, frame_id='navigate_target')
|
||||
```
|
||||
|
||||
Повернуться на 90 градусов против часовой:
|
||||
Повернуться на 90 градусов по часовой:
|
||||
|
||||
```python
|
||||
navigate(yaw=math.radians(-90), frame_id='body')
|
||||
|
||||
Reference in New Issue
Block a user