Skip to content

Commit

Permalink
Consolidated worlds into a single file (#298) (#304)
Browse files Browse the repository at this point in the history
* Consolidated worlds into a single file

* Merge upstream

* Fixed stale compose file change

(cherry picked from commit 6155ac8)

Co-authored-by: Evan Palmer <evanp922@gmail.com>
  • Loading branch information
mergify[bot] and evan-palmer authored Sep 14, 2024
1 parent df88cd7 commit cba3a86
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 101 deletions.
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:humble-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:humble-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

0 comments on commit cba3a86

Please sign in to comment.