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