Error: package 'gmapping' not found
I have installed the gmapping package, but why I get this error when
rosrun gmapping slam_gmapping scan:=front_laser _odom_frame:=odom
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
I have installed the gmapping package, but why I get this error when
rosrun gmapping slam_gmapping scan:=front_laser _odom_frame:=odom
May running the command below the package will be found:
source ~/catkin_ws/devel/setup.bash
rospack profile
Asked: 2017-11-24 17:35:32 -0600
Seen: 1,985 times
Last updated: Nov 25 '17
How have you installed it? From source, a package manager (e.g.,
apt
), or some other way?