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

What this warning says is that you have not explicitly set the target frame of the filter. While it's currently defaulting to "base_link", you want to explicitly declare that as the default. Try adding this to the launch file under the scan_to_cloud_filter_chain node:

<param name="target_frame" value="base_link" />