gazebosim / gz-sim

Open source robotics simulator. The latest version of Gazebo.
https://gazebosim.org
Apache License 2.0
621 stars 251 forks source link

Odometry Publisher Angular Velocity Singularity in 3D #2347

Open tomcreutz opened 3 months ago

tomcreutz commented 3 months ago

Environment

Description

Resolution

The angular velocities were calculated using the Euler angles, which can lead to singularities. I was able to resolve the issue by utilizing the quaternion rotation representation of the model. I created a pull request with the fix (linking this issue).