Updates docs/simple_offboard.md

Auto commit by GitBook Editor
This commit is contained in:
Oleg Kalachev
2017-11-29 21:35:07 +03:00
parent b12acaca16
commit 1ab8f6fe32

View File

@@ -70,7 +70,7 @@ release = rospy.ServiceProxy('/release', Trigger)
Задание позиции относительно коптера:
```python
set_position(x=0, y=0, z=3, frame_id='fcu_horiz') # взлет на 3 метра
set_position(x=0, y=0, z=3, frame_id='fcu_horiz', auto_arm=true) # взлет на 3 метра
```
```python