-
I wanted to look into the rotation of the crazyflie, more specifically its orientation (what direction it's looking at). The ** multiranger_pointcloud.py** looked like a good file to use. ` def rot(self, roll, pitch, yaw, origin, point):
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
When you are talking about orientation are you meaning "world" coordinates or body-frame coordinates. If you are not using an external positioning system from where you can get "world" coordinates it is hard to know where you are looking. You could, if you have a map to figure out you position from (SLAM), get that info but that I think is really hard and nothing we have support for. |
Beta Was this translation helpful? Give feedback.
It just turns out I had to use convert from a drone's frame into the global frame instead of getting rudimentary values.