We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbff420 commit 6a9403dCopy full SHA for 6a9403d
exercises/static/exercises/autoparking_v2/web-template/launch/autoparking.launch
@@ -19,7 +19,7 @@ This launch file loads the world and models for the autoparking_v2 exercise.
19
20
21
<include file="$(find gazebo_ros)/launch/empty_world.launch">
22
- <arg name="world_name" value="/RoboticsAcademy/exercises/autoparking_v2/web-template/autoparking.world"/>
+ <arg name="world_name" value="/RoboticsAcademy/exercises/static/exercises/autoparking_v2/web-template/autoparking.world"/>
23
<arg name="debug" value="$(arg debug)" />
24
<arg name="gui" value="$(arg gui)" />
25
<arg name="paused" value="$(arg paused)"/>
0 commit comments