We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d4b3814 + 7b1b4eb commit 53ad356Copy full SHA for 53ad356
Launchers/marker_visual_loc.launch.py
@@ -37,7 +37,7 @@ def generate_launch_description():
37
x_pose = LaunchConfiguration("x_pose", default="1.0")
38
y_pose = LaunchConfiguration("y_pose", default="-1.5")
39
z_pose = LaunchConfiguration("z_pose", default="7.1")
40
- world_file_name = "laser_mapping.world"
+ world_file_name = "marker_visual_loc.world"
41
worlds_dir = "/opt/jderobot/Worlds"
42
world_path = os.path.join(worlds_dir, world_file_name)
43
0 commit comments