Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-gorecki committed May 8, 2024
1 parent 7a10909 commit 3497dcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def generate_test_description():
"rosbot_xl_gazebo",
"simulation.launch.py",
(
f'world:={get_package_share_directory("husarion_office_gz")}'
f'world:={get_package_share_directory("husarion_gz_worlds")}'
"/worlds/empty_with_plugins.sdf"
),
"robots:=robot1={y: -4.0}; robot2={y: 0.0};",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def generate_test_description():
"rosbot_xl_gazebo",
"simulation.launch.py",
(
f'world:={get_package_share_directory("husarion_office_gz")}'
f'world:={get_package_share_directory("husarion_gz_worlds")}'
"/worlds/empty_with_plugins.sdf"
),
"robots:=robot1={y: -4.0}; robot2={y: 0.0};",
Expand Down

0 comments on commit 3497dcc

Please sign in to comment.