hand_control/launch/all-new-1d.launch

20 lines
573 B
Text
Raw Normal View History

2015-05-12 18:35:01 +00:00
<launch>
<include file="$(find hand_control)/launch/all-param.launch" />
2015-05-12 18:35:01 +00:00
<include file="$(find hand_control)/launch/freenect-registered-xyzrgb.launch"/>
2015-05-12 18:35:01 +00:00
<node name="filtre" pkg="hand_control" type="filtre">
<remap from="/filtre/input" to="/camera/xyzrgb/points"/>
</node>
<node name="estimator" pkg="hand_control" type="normal_estimator">
<remap from="/estimator/input" to="/filtre/output"/>
</node>
<node name="commander" pkg="hand_control" type="commande-new-1d">
<remap from="/commande/input" to="/estimator/output"/>
</node>
</launch>