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

This commit is contained in:
_Luc_ 2015-05-02 14:58:14 +02:00
parent ca086d8d2b
commit 7dcd48d671
2 changed files with 7 additions and 0 deletions

View file

@ -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 Normal file
View file

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