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 -0500
Seen: 2,137 times
Last updated: Nov 25 '17
Corrected Odometry from GMapping / Karto?
Issue with setting tf in gmapping
How to change fake laser scan direction of rotation
Navigation Stack with gmapping
2D SLAM with gmapping and openni_kinect
Loading a prior map with gmapping
gmapping + iRobot Create + Hokuyo laser scanner
How have you installed it? From source, a package manager (e.g.,
apt
), or some other way?