ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

cannot stat 'devel/lib/gmapping/slam_gmapping*':No such file or directory

asked 2016-05-28 06:37:28 -0500

Oakafka gravatar image

When I install gmapping on raspberry Pi3, I can't find the gmapping directory after executing 'catkin_make' command susseccfully. Anyone can tell me how to fix this??

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-05-31 07:23:26 -0500

gp gravatar image

if you installing using "apt-get" i.e. binaries of the package then they will be available in share folder of your ros distribution directory. eg. I have ros indigo, i have it in /opt/ros/indigo/share/gmapping.

edit flag offensive delete link more

Comments

I can't not find /opt/ros/indigo/share/gmapping. too, however. I don't think I make 'catkin_make' work well. And after I install openslam_gmapping before I install gmapping, I go over this trouble. Thank you anyway!

Oakafka gravatar image Oakafka  ( 2016-05-31 09:42:34 -0500 )edit

can you tell me the procedure you followed for installing gmapping? which your ros distribution? if you simply run following command, all the required packages for gmapping will be installed and be available in share folder of your ros directory.

sudo apt-get install ros-indigo-gmapping
gp gravatar image gp  ( 2016-06-01 00:06:37 -0500 )edit

The procedure with catkin_make is when you are installing some package from a source code. In that case, the source code and the compiled libraries etc will be in your catkin workspace. It is generally suggested to install package as binaries unless you want to make some changes in the code.

gp gravatar image gp  ( 2016-06-01 00:10:13 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2016-05-28 06:37:28 -0500

Seen: 116 times

Last updated: May 31 '16