Skip to content
Snippets Groups Projects
Commit 488f2d5c authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

moved the darwin driver inside the darwin namespace.

parent 34ee3608
No related branches found
No related tags found
1 merge request!8Kinetic migration
...@@ -10,10 +10,12 @@ ...@@ -10,10 +10,12 @@
<arg name="robot" value="$(arg robot)" /> <arg name="robot" value="$(arg robot)" />
</include> </include>
<include file="$(find darwin_driver)/launch/darwin.launch"> <group ns="darwin">
<arg name="device" value="/dev/pts/6"/> <include file="$(find darwin_driver)/launch/darwin.launch">
<arg name="simulate" value="True"/> <arg name="device" value="/dev/pts/24"/>
</include> <arg name="simulate" value="True"/>
</include>
</group>
</launch> </launch>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment