gmapping error
so i get this error when i roslaunch the launch file from the gmapping pkg
ERROR: cannot launch node of type [gmapping/slam_gmapping]: Cannot locate node of type [slam_gmapping] in package [gmapping]. Make sure file exists in package path and permission is set to executable (chmod +x)
- I gave the (+ x ) permission but the problem still appears
- i do source devel/setup.bash
Can anyone help me with this problem ?
Did you build the package yourself, or install it from
apt
?The
apt
packageros-noetic-gmapping
works just fine in noetic (I ran it this week.)P.S. The packages ros-noetic-slam-gmapping and ros-noetic-gmapping from apt install the same files. The two names must be some historical thing.