You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/mavic-2-pro.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,15 @@ PROTO Mavic2Pro {
39
39
40
40
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).
41
41
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
+
42
51
#### mavic\_2\_pro.wbt
43
52
44
53
 This demonstration shows a DJI Mavic 2 PRO flying over a rural area.
0 commit comments