Skip to content

Commit 53ad356

Browse files
authored
Merge pull request #623 from JdeRobot/fix-bad-world
Fix bad world
2 parents d4b3814 + 7b1b4eb commit 53ad356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Launchers/marker_visual_loc.launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def generate_launch_description():
3737
x_pose = LaunchConfiguration("x_pose", default="1.0")
3838
y_pose = LaunchConfiguration("y_pose", default="-1.5")
3939
z_pose = LaunchConfiguration("z_pose", default="7.1")
40-
world_file_name = "laser_mapping.world"
40+
world_file_name = "marker_visual_loc.world"
4141
worlds_dir = "/opt/jderobot/Worlds"
4242
world_path = os.path.join(worlds_dir, world_file_name)
4343

0 commit comments

Comments
 (0)