hand_control/launch/essai-estimator.launch

11 lines
293 B
Text
Raw Normal View History

2015-04-23 18:50:51 +00:00
<launch>
<include file="$(find hand_control)/launch/essai-filtre.launch"/>
<node name="estimator" pkg="hand_control" type="normal_estimator">
<remap from="/estimator/input" to="/filtre/output"/>
</node>
2015-04-24 20:16:42 +00:00
<!-- <param name="/random/freq" value="100." type="double" /> -->
2015-04-23 18:59:27 +00:00
2015-04-23 18:50:51 +00:00
</launch>