Skip to content

Commit

Permalink
husarion_office_gz -> husarion_gz_worlds
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-gorecki committed May 6, 2024
1 parent f973218 commit 3bdfbc2
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ log
rosbot_hardware_interfaces/
ros_components_description/
rosbot_controllers/
husarion/husarion_office_gz
husarion_gz_worlds
gazebosim/gz_ros2_control
diff_drive_controller
imu_sensor_broadcaster
Expand Down
4 changes: 2 additions & 2 deletions rosbot/rosbot_simulation.repos
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
repositories:
husarion/husarion_office_gz:
husarion_gz_worlds:
type: git
url: https://github.com/husarion/husarion_office_gz
url: https://github.com/husarion/husarion_gz_worlds
version: main
2 changes: 1 addition & 1 deletion rosbot_gazebo/launch/simulation.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def generate_launch_description():
),
)

world_package = FindPackageShare("husarion_office_gz")
world_package = FindPackageShare("husarion_gz_worlds")
world_file = PathJoinSubstitution([world_package, "worlds", "husarion_world.sdf"])
declare_world_arg = DeclareLaunchArgument(
"world", default_value=world_file, description="SDF world file"
Expand Down
2 changes: 1 addition & 1 deletion rosbot_gazebo/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<exec_depend>launch</exec_depend>
<exec_depend>launch_ros</exec_depend>

<exec_depend>husarion_office_gz</exec_depend>
<exec_depend>husarion_gz_worlds</exec_depend>
<exec_depend>ros_gz_sim</exec_depend>
<!-- Ignition dependency is specified in the ros_gz_sim package,
version can chosen using GZ_VERSION (or IGNITION_VERSION) env variable,
Expand Down
2 changes: 1 addition & 1 deletion rosbot_gazebo/test/test_diff_drive_simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def generate_test_description():
"headless": "True",
"world": PathJoinSubstitution(
[
FindPackageShare("husarion_office_gz"),
FindPackageShare("husarion_gz_worlds"),
"worlds",
"empty_with_plugins.sdf",
]
Expand Down
2 changes: 1 addition & 1 deletion rosbot_gazebo/test/test_mecanum_simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def generate_test_description():
"headless": "True",
"world": PathJoinSubstitution(
[
FindPackageShare("husarion_office_gz"),
FindPackageShare("husarion_gz_worlds"),
"worlds",
"empty_with_plugins.sdf",
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def generate_test_description():
"launch",
"rosbot_gazebo",
"simulation.launch.py",
(f'world:={FindPackageShare("husarion_office_gz")}' "/worlds/empty_with_plugins.sdf"),
(f'world:={FindPackageShare("husarion_gz_worlds")}' "/worlds/empty_with_plugins.sdf"),
"robots:=robot1={y: -4.0}; robot2={y: 0.0};",
"headless:=True",
],
Expand Down
2 changes: 1 addition & 1 deletion rosbot_gazebo/test/test_multirobot_mecanum_simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def generate_test_description():
"launch",
"rosbot_gazebo",
"simulation.launch.py",
(f'world:={FindPackageShare("husarion_office_gz")}' "/worlds/empty_with_plugins.sdf"),
(f'world:={FindPackageShare("husarion_gz_worlds")}' "/worlds/empty_with_plugins.sdf"),
"robots:=robot1={y: -4.0}; robot2={y: 0.0};",
"mecanum:=True",
"headless:=True",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def generate_test_description():
"headless": "True",
"world": PathJoinSubstitution(
[
FindPackageShare("husarion_office_gz"),
FindPackageShare("husarion_gz_worlds"),
"worlds",
"empty_with_plugins.sdf",
]
Expand Down
2 changes: 1 addition & 1 deletion rosbot_gazebo/test/test_namespaced_mecanum_simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def generate_test_description():
"mecanum": "True",
"world": PathJoinSubstitution(
[
FindPackageShare("husarion_office_gz"),
FindPackageShare("husarion_gz_worlds"),
"worlds",
"empty_with_plugins.sdf",
]
Expand Down

0 comments on commit 3bdfbc2

Please sign in to comment.