hand_control/launch/all.launch
Louis-Guillaume DUBOIS ee98eb2e17 better file organization
2015-04-29 12:27:24 +02:00

16 lines
437 B
XML

<launch>
<include file="$(find hand_control)/launch/freenect-registered-xyzrgb.launch"/>
<node name="filtre_z" pkg="hand_control" type="filtre">
<remap from="/filtre/input" to="/camera/xyzrgb/points"/>
</node>
<param name="/filtre/zmax" value="50.0" type="double"/>
<node name="normal_estimator" pkg="hand_control" type="normal_estimator">
<remap from="/estimator/input" to="/filtre/output"/>
</node>
</launch>