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

Revision history [back]

click to hide/show revision 1
initial version

If you install from source, you need to change the karto_slam.launch in catkin_ws/src/slam_karto/launch:
The package name is wrong in the launch file
<node pkg="karto" type="slam_karto" name="slam_karto" output="screen"> Please change the pkg="karto" to pkg="slam_karto",so that the launch file could find the node in slam_karto package.

If you install from source, you need to change the karto_slam.launch in catkin_ws/src/slam_karto/launch:
The package name is wrong in the launch file
<node pkg="karto" type="slam_karto" name="slam_karto" output="screen">

Please change the pkg="karto" to pkg="slam_karto",so that the launch file could find the node in slam_karto package.