PX4 simulation stack
laser_filter.launch
Go to the documentation of this file.
1 <!-- See http://wiki.ros.org/laser_filters for details -->
2 
3 <launch>
4  <node pkg="laser_filters" type="scan_to_scan_filter_chain" name="laser_filter">
5  <rosparam command="load" file="$(find px4_simulation_stack)/launch/config/laser_filter_config.yaml" />
6  <remap from="scan" to="laser/scan" />
7  </node>
8 </launch>