Skip to content

Commit d2eed01

Browse files
Add mavic2pro WorldInfo settings (#5984)
1 parent 793a6e2 commit d2eed01

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/guide/mavic-2-pro.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,15 @@ PROTO Mavic2Pro {
3939

4040
You will find the following sample in this folder: [WEBOTS\_HOME/projects/robots/dji/mavic/worlds](https://github.com/omichel/webots/tree/released/projects/robots/dji/mavic/worlds).
4141

42+
43+
> **Note:** For the sample drone controllers to work correctly and keep the altitude, the following [Damping](../reference/damping.md) node should be added in the `defaultDamping` field of the [WorldInfo](../reference/worldinfo.md) node:
44+
```
45+
defaultDamping Damping {
46+
linear 0.5
47+
angular 0.5
48+
}
49+
```
50+
4251
#### mavic\_2\_pro.wbt
4352

4453
![mavic_2_pro.wbt.png](images/robots/mavic-2-pro/mavic_2_pro.wbt.thumbnail.jpg) This demonstration shows a DJI Mavic 2 PRO flying over a rural area.

0 commit comments

Comments
 (0)