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

Publish a tf for base_link -> velodyne via either robot state publisher or just a simple tf broadcaster

 rosrun tf static_transform_publisher 0 0 0 0 0 0 base_link velodyne

Make sure you set laser scan matcher "world frame" to be odom as in section 4.3.1 in http://wiki.ros.org/laser_scan_matcher

Now gmapping will provide map -> odom

Laser scan matcher will provide odom -> base_link

Utilizing the static base_link -> velodyne