Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/humble' into mergify/bp/humble/p…
Browse files Browse the repository at this point in the history
…r-299
  • Loading branch information
evan-palmer committed Sep 14, 2024
2 parents f0c3ce2 + cba3a86 commit c9327f6
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 108 deletions.
7 changes: 0 additions & 7 deletions .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -205,13 +205,6 @@ export GZ_SIM_SYSTEM_PLUGIN_PATH=\$HOME/ardupilot_gazebo/build:\$GZ_SIM_SYSTEM_P

# Add ardupilot_gazebo models and worlds
export GZ_SIM_RESOURCE_PATH=\$HOME/ardupilot_gazebo/models:\$HOME/ardupilot_gazebo/worlds:\$GZ_SIM_RESOURCE_PATH

# Add blue models and worlds
BLUE_DESCRIPTION=\$USER_WORKSPACE/src/blue/blue_description
export GZ_SIM_RESOURCE_PATH=\$BLUE_DESCRIPTION/gazebo/models:\$BLUE_DESCRIPTION/gazebo/worlds:\$GZ_SIM_RESOURCE_PATH

# Add blue meshes
export GZ_SIM_RESOURCE_PATH=\$BLUE_DESCRIPTION/meshes:\$GZ_SIM_RESOURCE_PATH
EOT

FROM desktop AS desktop-nvidia
Expand Down
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
2 changes: 2 additions & 0 deletions blue_description/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ install(
DESTINATION share/blue_description
)

ament_environment_hooks("${CMAKE_CURRENT_SOURCE_DIR}/hooks/hooks.dsv.in")

ament_package()

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
2 changes: 2 additions & 0 deletions blue_description/hooks/hooks.dsv.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
prepend-non-duplicate;GZ_SIM_RESOURCE_PATH;@CMAKE_INSTALL_PREFIX@/share/@PROJECT_NAME@/gazebo/models
prepend-non-duplicate;GZ_SIM_RESOURCE_PATH;@CMAKE_INSTALL_PREFIX@/share/@PROJECT_NAME@/gazebo/worlds

0 comments on commit c9327f6

Please sign in to comment.