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

Changed the included launch file depending on the robot type.

parent cc8f2148
No related branches found
No related tags found
1 merge request!8Kinetic migration
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<arg name="robot" value="$(arg robot)" /> <arg name="robot" value="$(arg robot)" />
</include> </include>
<include file="$(find darwin_control)/launch/darwin_control.launch"> <include file="$(find darwin_control)/launch/$(arg robot)_control.launch">
<arg name="robot" value="$(arg robot)" /> <arg name="robot" value="$(arg robot)" />
</include> </include>
......
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