diff --git a/.gitignore b/.gitignore
index 35a1da3b..c5a9c6c1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/rosbot/rosbot_simulation.repos b/rosbot/rosbot_simulation.repos
index e4d80df2..bded3899 100644
--- a/rosbot/rosbot_simulation.repos
+++ b/rosbot/rosbot_simulation.repos
@@ -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
diff --git a/rosbot_gazebo/launch/simulation.launch.py b/rosbot_gazebo/launch/simulation.launch.py
index 2346f2b6..ab6afe7e 100644
--- a/rosbot_gazebo/launch/simulation.launch.py
+++ b/rosbot_gazebo/launch/simulation.launch.py
@@ -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"
diff --git a/rosbot_gazebo/package.xml b/rosbot_gazebo/package.xml
index 2b532de4..6a7b7bf0 100644
--- a/rosbot_gazebo/package.xml
+++ b/rosbot_gazebo/package.xml
@@ -20,7 +20,7 @@
launch
launch_ros
- husarion_office_gz
+ husarion_gz_worlds
ros_gz_sim