Skip to content

Commit

Permalink
Revert default world to empty world
Browse files Browse the repository at this point in the history
  • Loading branch information
jasiex01 committed Oct 17, 2023
1 parent 4c12f7b commit 65ca094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leo_gz_bringup/launch/leo_gz.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def generate_launch_description():

sim_world = DeclareLaunchArgument(
"sim_world",
default_value=os.path.join(pkg_project_worlds, "worlds", "marsyard2021.sdf"),
default_value=os.path.join(pkg_project_worlds, "worlds", "leo_empty.sdf"),
description="Path to the Gazebo world file",
)

Expand Down

0 comments on commit 65ca094

Please sign in to comment.