-
Notifications
You must be signed in to change notification settings - Fork 528
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
Error launching gmapping #68
Comments
Hi, I guess you already solved this? I had a similar problem: gmapping crashed with a segmentation fault (something in librostime). Best, |
Hi, |
I debugged it with gdb, like this:
|
@aaravrav142 I've run into this issue too, for me it was that some of the data on the scan topic was inf |
I'm receiving this after debugging with gdb:
Any idea why? Edit: |
did your issue solved? |
Hi,
I am using ROS kinetic on ubuntu 16 and have installed the binaries for openslam and slam_gmapping using the command
sudo apt-get install ros-kinetic-slam-gmapping
andsudo apt-get install ros-kinetic-openslam-gmapping
.However, whenever I am trying to use the gmapping node with ROS, it always throws the following error
process[gmapping-2]: started with pid [23549] /opt/ros/kinetic/lib/gmapping/slam_gmapping: symbol lookup error: /opt/ros/kinetic/lib/gmapping/slam_gmapping: undefined symbol: _ZN8GMapping14sampleGaussianEdj [gmapping-2] process has died [pid 23549, exit code 127, cmd /opt/ros/kinetic/lib/gmapping/slam_gmapping __name:=gmapping __log:=/home/arav/.ros/log/f518ac08-ff53-11e8-a0af-a0d3c148ec01/gmapping-2.log]. log file: /home/arav/.ros/log/f518ac08-ff53-11e8-a0af-a0d3c148ec01/gmapping-2*.log
I am unable to figure out how do I solve this problem. My environment variables are properly defined in the bashrc.
Thanks
The text was updated successfully, but these errors were encountered: