-
-
Notifications
You must be signed in to change notification settings - Fork 467
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
Crashing when visualizing odom message with large covariance values #1160
Comments
I am also encountering this issue, with odom covariances reaching 1e+308. |
@NiftyGrimoire It is indeed the current work around that I am using, but it would be nice to not have to filter the odometry with another node to be able to display it in Rviz :/ |
Fixed via #1400, released into 1.13.4. |
Thanks! So, what version of ROS do I need to have a fixed rviz? |
Melodic. rviz 1.13.4 was synced on Monday, Sep. 30th. |
Hello,
I am running kinetic and I am encountering crashes when trying to visualize odometry from kobuki/turtlebot.
Here is the crash message:
It seems to be caused by kobuki sending large covariance values like "1.7976931348623157e+308".
Here is an example of kubuki odom message:
I tried sending the same message but replacing these large values by 1 and Rviz doesn't crash anymore.
I also found a commit concerning a similar problem in rtbamap :
link to the commit
It was working before so there might be an update or a change in turtlebot driver that broke something . I would really appreciate if someone could look into this.
Thanks in advance,
PLK
The text was updated successfully, but these errors were encountered: