Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consolidated worlds into a single file #298

Merged
merged 4 commits into from
Sep 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .docker/compose/nouveau-desktop.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3"
services:
blue:
image: ghcr.io/robotic-decision-making-lab/blue:rolling-desktop
Expand Down
1 change: 0 additions & 1 deletion .docker/compose/nvidia-desktop.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3"
services:
blue:
image: ghcr.io/robotic-decision-making-lab/blue:rolling-desktop-nvidia
Expand Down
2 changes: 1 addition & 1 deletion blue_bringup/launch/bluerov2/bluerov2.launch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ launch:

- arg:
name: gazebo_world_file
default: $(find-pkg-share blue_description)/gazebo/worlds/$(var model_name)_underwater.world
default: $(find-pkg-share blue_description)/gazebo/worlds/underwater.world

- arg:
name: mavros_file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ launch:

- arg:
name: gazebo_world_file
default: $(find-pkg-share blue_description)/gazebo/worlds/$(var model_name)_underwater.world
default: $(find-pkg-share blue_description)/gazebo/worlds/underwater.world

- arg:
name: mavros_file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ launch:

- arg:
name: gazebo_world_file
default: $(find-pkg-share blue_description)/gazebo/worlds/$(var model_name)_underwater.world
default: $(find-pkg-share blue_description)/gazebo/worlds/underwater.world

- arg:
name: mavros_file
Expand Down

This file was deleted.

47 changes: 0 additions & 47 deletions blue_description/gazebo/worlds/bluerov2_heavy_underwater.world

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<sdf version="1.6">
<world name="bluerov2_underwater">
<world name="underwater_world">

<plugin
filename="gz-sim-physics-system"
Expand Down Expand Up @@ -31,7 +31,6 @@
<density>1</density>
</density_change>
</graded_buoyancy>
<enable>bluerov2</enable>
</plugin>

<include>
Expand Down