-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Yaw or Quaternion w value got unchanged eventhough my MPU6050 is rotating in place #741
Comments
Below is the code in my reference repository:
|
this issue just sucks! I don't know why it hasn't been resolved till not. im facing the same problem for so long and i don't want to go debugging and wasting anymore time on it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am currently using MPU6050_DMP.ino example from this repository https://github.com/soarbear/mpu6050_imu_ros.
I encounter an issue that the yaw ( or quaternion value w is not correct when I perform rotating the robot in place after some rotations).
The yaw keep changing from 180 to -180 as expected for some first rotation. But after several rotations, the yaw keeps hanging around 1 value ( not actually hanging but it fluctuate around a specific value for example 140,xxxx which x will fluctuate during when the error occurs.). I also can reproduce the issue with the latest code MPU6050_DMP.ino in this repository.
Looking forward for you support. Many thanks !
The text was updated successfully, but these errors were encountered: