Browse Source

Ajout du fichier commande.launch + modification de all.launch

master
_Luc_ 11 years ago
parent
commit
7dcd48d671
  1. 2
      launch/all.launch
  2. 5
      launch/commande.launch

2
launch/all.launch

@ -13,4 +13,6 @@
<remap from="/estimator/input" to="/filtre/output"/>
</node>
<include file="$(find hand_control)/launch/commande.launch"/>
</launch>

5
launch/commande.launch

@ -0,0 +1,5 @@
<launch>
<node name="commande" pkg="hand_control" type="commande">
<remap from="/filtre/output" to="/cmd_vel"/>
</node>
</launch>
Loading…
Cancel
Save