Ajout du fichier commande.launch + modification de all.launch
This commit is contained in:
parent
ca086d8d2b
commit
7dcd48d671
2 changed files with 7 additions and 0 deletions
|
@ -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
5
launch/commande.launch
Normal file
|
@ -0,0 +1,5 @@
|
|||
<launch>
|
||||
<node name="commande" pkg="hand_control" type="commande">
|
||||
<remap from="/filtre/output" to="/cmd_vel"/>
|
||||
</node>
|
||||
</launch>
|
Loading…
Reference in a new issue