Update robot_scan_filter.launch

This commit is contained in:
bjoernellens1 2025-01-16 08:41:44 +01:00 committed by GitHub
parent 6239626b5f
commit 0ee8d84d03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,6 @@
<param name="box_filter_config" command="$(find cps_rmp220_support)/config/box_filter.yaml" />
<!-- Launch the laser_filters node -->
<node pkg="laser_filters" type="scan_to_scan_filter_chain" name="scan_to_scan_filter_chain" output="screen">
<rosparam command="load" file="$(find cps_rmp220_support)/config/box_filter.yaml" />
<node pkg="laser_filters" type="scan_to_scan_filter_chain" name="scan_to_scan_filter_chain" output="screen">/>
</node>
</launch>