ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You need some source of odometry information for the SLAM algorithm to work. Just laser scans is not sufficient.
Fortunately, it is possible (although not as accurate) to calculate an odometry estimate from the laser scans. Here are some packages that do this:
Use one of these to calculate an odometry estimate and feed that into the TF tree to provide the pose of each laser scan.