Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
Merged in latest
Browse files Browse the repository at this point in the history
  • Loading branch information
amarburg committed Aug 27, 2024
1 parent 3b33a69 commit 1db3aa7
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 8 deletions.
4 changes: 2 additions & 2 deletions compose/blue_sim/apl_env.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export BLUE_GITHUB_REPO=apl-ocean-engineering/blue
export BLUE_ROS_DISTRO=rolling
export BLUE_GITHUB_REPO=robotic-decision-making-lab/blue
export BLUE_ROS_DISTRO=jazzy
6 changes: 3 additions & 3 deletions compose/blue_sim/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ services:
blue:
image: ghcr.io/${BLUE_GITHUB_REPO:?Github repo not set}:${BLUE_ROS_DISTRO:-rolling}-desktop
environment:
- ROS_DOMAIN_ID=2
- DISPLAY=${DISPLAY}
- XDG_RUNTIME_DIR=${XDG_RUNTIME_DIR}
- LIBGL_ALWAYS_SOFTWARE=1
Expand All @@ -23,9 +24,8 @@ services:
- ../../../bluerov_deployment:/home/ubuntu/ws_blue/src/bluerov_deployment
- ../../../auv_controllers:/home/ubuntu/ws_blue/src/auv_controllers
- ../../../mobile_to_maritime:/home/ubuntu/ws_blue/src/mobile_to_maritime
- ../../../blue:/home/ubuntu/ws_blue/src/blue
networks:
- ros2_backend
- ../../../blue-nav2:/home/ubuntu/ws_blue/src/blue
- ../../../blue_nav2:/home/ubuntu/ws_blue/src/blue_nav2
# Launch sim directly
entrypoint: [ "/bin/bash", "-i", "-c" ]
command: [ "ros2 launch blue_demos bluerov2_demo.launch.yaml use_sim:=true" ]
Expand Down
2 changes: 1 addition & 1 deletion compose/blue_sim_nvidia/apl_env.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export BLUE_GITHUB_REPO=apl-ocean-engineering/blue
export BLUE_ROS_DISTRO=iron
export BLUE_ROS_DISTRO=rolling
21 changes: 20 additions & 1 deletion compose/blue_sim_nvidia/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,24 @@ services:
- /dev:/dev
- /tmp/.X11-unix:/tmp/.X11-unix
- ../../../bluerov_deployment:/home/ubuntu/ws_blue/src/bluerov_deployment
- ../../../auv_controllers:/home/ubuntu/ws_blue/src/auv_controllers
- ../../../mobile_to_maritime:/home/ubuntu/ws_blue/src/mobile_to_maritime
- ../../../blue:/home/ubuntu/ws_blue/src/blue
command: tail -f /dev/null
# Launch sim directly
entrypoint: [ "/bin/bash", "-i", "-c" ]
command: [ "ros2 launch blue_demos bluerov2_demo.launch.yaml use_sim:=true" ]

zenoh:
image: eclipse/zenoh-bridge-ros2dds:latest
ports:
- 7447:7447
- 7448:7448
environment:
ROS_DOMAIN_ID: 0
ROS_DISTRO: ${BLUE_ROS_DISTRO}

foxglove-bridge:
image: ghcr.io/apl-ocean-engineering/blue-foxglove-bridge-docker:${BLUE_ROS_DISTRO}
ports:
- 8765:8765

2 changes: 1 addition & 1 deletion docking_demo/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<buildtool_depend>ament_cmake</buildtool_depend>

<exec_depend>blue</exec_depend>
<exec_depend>blue_bringup</exec_depend>
<exec_depend>teleop_twist_keyboard</exec_depend>
<exec_depend>joy_teleop</exec_depend>
<exec_depend>joy_linux</exec_depend>
Expand Down

0 comments on commit 1db3aa7

Please sign in to comment.