Skip to content

Commit f8389f2

Browse files
committed
examples: add note about offboard attitude
1 parent f03730a commit f8389f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/offboard_attitude.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/usr/bin/env python3
22

3+
# Warning: Only try this in simulation!
4+
# The direct attitude interface is a low level interface to be used
5+
# with caution. On real vehicles the thrust values are likely not
6+
# adjusted properly and you need to close the loop using altitude.
37

48
import asyncio
59

0 commit comments

Comments
 (0)