ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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" />