Hi Team,
I am working on BHI160B IMU. Configured 9 DoF and calculated Roll, Pitch, Yaw from quaternions. We are using Robo arm to evaluate the Roll, Pitch, Yaw data.
Our Robo arm will rotate Roll:35 degrees (Left, Right), Pitch:35 degrees (Up, Down), Yaw:35 degrees (Left, Right).
1. As our application is VR Headset, the IMU orientation got changed and applied the axis remap. After this, we can read Roll:0. Pitch:0.
2. After successfully aligning the axis, IMU Position got changed based on our end application. Now, IMU got tilted with some angle say around 35 degrees in roll and pitch.
3. Then we've rebase the misalignment by using Quaternions multiplication (q*q-1) to align the axis. Able to read Roll, Pitch 0 degrees. Then, captured data from BHI360 IMU.
4. Here, we observed issues like if the pitch movement changes 0 to 35 degrees, Roll also changes and Vice-Versa.
Need Result Like below:
However, the IMU is tilted at some angle, If we rebase the sensor frame, it shall align to the local frame or Earth Frame and shall not change the other axis data while one axis moves.
Could anyone go through the attached file and suggest changes to resolve this issue?