Browse Source

adds normal_estimator to all.launch

master
Louis-Guillaume DUBOIS 11 years ago
parent
commit
6d979fe558
  1. 4
      hand_control/launch/all.launch

4
hand_control/launch/all.launch

@ -9,4 +9,8 @@
<param name="/filtre/zmax" value="50.0" type="double"/> <param name="/filtre/zmax" value="50.0" type="double"/>
<node name="normal_estimator" pkg="hand_control" type="normal_estimator">
<remap from="/estimator/input" to="/filtre/output"/>
</node>
</launch> </launch>

Loading…
Cancel
Save