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

Revision history [back]

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.

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.