hand_control/launch/commande.launch

6 lines
162 B
Text
Raw Normal View History

<launch>
<node name="commande" pkg="hand_control" type="commande">
<remap from="/filtre/output" to="/cmd_vel"/>
</node>
</launch>