estimator runs :-)
This commit is contained in:
parent
7cc091e6b1
commit
2540497947
1 changed files with 8 additions and 0 deletions
8
hand_control/launch/essai-estimator.launch
Normal file
8
hand_control/launch/essai-estimator.launch
Normal file
|
@ -0,0 +1,8 @@
|
|||
<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>
|
||||
|
||||
</launch>
|
Loading…
Reference in a new issue