ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You are missing the odom
to base_link
transformation. Usually this comes from a combination of wheel odometry, IMU, and other sensors (for example visual odometry). If you want to rely solely on LiDAR, you can use laser scan matching (http://wiki.ros.org/laser_scan_matcher) - with appropriate parametrization - to calculate this transform.
2 | No.2 Revision |
You are missing the odom
to base_link
transformation. Usually this comes from a combination of wheel odometry, IMU, and other sensors (for example visual odometry). If you want to rely solely on LiDAR, you can use laser scan matching (http://wiki.ros.org/laser_scan_matcher) - with appropriate parametrization - to calculate this transform.transform. It's easy to set it up.