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

You are not providing a transform for base_footprint to laser. To do this put the following in your launch file

<pkg="tf2_ros" name="laser_pub" type="static_transform_publisher" args="0 0 0 0 0 0 base_footprint laser"/>

Please see this for transform standards