-
Notifications
You must be signed in to change notification settings - Fork 155
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
Inconsistent initial orientation between melodic/gazebo9 and noetic/gazebo11 #99
Comments
Hello, I did not check the behavior in melodic/gazebo9, but at least in noetic/gazebo11.11.0, the IMU is working as expected: TF output (generated with libgazebo_ros_p3d.so)
IMU output
|
Thanks for getting back to me. To confirm:
|
Thought I'd add more background to 2: our URDF model does have an offset of 90 degrees yaw between base_link and IMU |
Yes.
This means, the IMU is mounted with an offset, so the values in gazebo11 are probably correct and gazebo9 ignores the mounting offset. |
Hi,
I am finding that the initial orientation of the IMU is inconsistent between melodic/gazebo9 and noetic/gazebo11 by 90 degrees.
Without any motion applied to the robot/IMU, melodic/gazebo9 outputs initial orientation (x, y, z, w) = (0, 0, 0, 1), and noetic/gazebo11 (x, y, z, w) = (0, 0, -0.707, 0.707)
We are using the following snippet:
The text was updated successfully, but these errors were encountered: