Skip to content

Commit 6a9403d

Browse files
author
gk9920
committed
fixed path for the world
1 parent cbff420 commit 6a9403d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/static/exercises/autoparking_v2/web-template/launch/autoparking.launch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This launch file loads the world and models for the autoparking_v2 exercise.
1919

2020

2121
<include file="$(find gazebo_ros)/launch/empty_world.launch">
22-
<arg name="world_name" value="/RoboticsAcademy/exercises/autoparking_v2/web-template/autoparking.world"/>
22+
<arg name="world_name" value="/RoboticsAcademy/exercises/static/exercises/autoparking_v2/web-template/autoparking.world"/>
2323
<arg name="debug" value="$(arg debug)" />
2424
<arg name="gui" value="$(arg gui)" />
2525
<arg name="paused" value="$(arg paused)"/>

0 commit comments

Comments
 (0)