hand_control/launch/all.launch

20 lines
573 B
Text
Raw Normal View History

2015-04-22 11:00:50 +00:00
<launch>
2015-04-22 21:42:08 +00:00
<include file="$(find hand_control)/launch/all-param.launch" />
2015-05-07 18:15:04 +00:00
<include file="$(find hand_control)/launch/freenect-registered-xyzrgb.launch"/>
2015-05-07 15:52:29 +00:00
<node name="filtre" pkg="hand_control" type="filtre">
2015-04-23 10:29:04 +00:00
<remap from="/filtre/input" to="/camera/xyzrgb/points"/>
2015-04-22 21:42:08 +00:00
</node>
2015-05-07 18:15:04 +00:00
<node name="estimator" pkg="hand_control" type="normal_estimator">
2015-04-24 10:21:59 +00:00
<remap from="/estimator/input" to="/filtre/output"/>
</node>
2015-05-22 16:43:33 +00:00
<node name="commander" pkg="hand_control" type="commande-new-1d">
2015-05-12 15:34:57 +00:00
<remap from="/commande/input" to="/estimator/output"/>
2015-05-07 18:15:04 +00:00
</node>
2015-04-22 11:00:50 +00:00
</launch>