Replies: 1 comment 4 replies
-
Hi! We have seen some reports of this but unfortunately it is difficult to replicate. Could you answer a couple of questions on this?
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I am trying to get precise position, orientation, linear velocity, and angular velocity data for autonomous flight. I have access to a Vicon motion capture system and have been able to get good data from it. I also tried out the drone's IMU sensors by logging orientation data, and I noticed that I would get some yaw drift over time. I saw that another person had this issue in #647 that explained that yaw was more prone to drift when only using IMU.
Here is orientation data from the Crazyflie when it was sitting still on a desk only using IMU. The yaw continued to increase over time and never went back down.
So, to get the data I need, would you suggest that I fuse the Vicon data and IMU data or just use the Vicon data and ignore the IMU readings?
Beta Was this translation helpful? Give feedback.
All reactions