Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbourelly999 committed Apr 17, 2024
1 parent 535e07e commit 3ec324c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions carma-messenger-config/chevrolet_tahoe_2018/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
DOCKER_ORG=usdotfhwastoldev
DOCKER_TAG=develop
12 changes: 6 additions & 6 deletions carma-messenger-config/chevrolet_tahoe_2018/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ version: '2'

services:
roscore:
image: usdotfhwastol/carma-base:carma-system-4.5.0
image: ${DOCKER_ORG}/carma-base:${DOCKER_TAG}
network_mode: host
container_name: roscore
volumes_from:
Expand All @@ -30,7 +30,7 @@ services:
command: roscore

ros1_bridge:
image: usdotfhwastol/carma-msgs:carma-system-4.5.0
image: ${DOCKER_ORG}/carma-msgs:${DOCKER_TAG}
network_mode: host
container_name: ros1_bridge
volumes_from:
Expand All @@ -45,7 +45,7 @@ services:
command: bash -c 'wait-for-it.sh localhost:11311 -- rosparam load /opt/carma/vehicle/config/bridge.yml && source ~/.base-image/workspace/install/setup.bash && ros2 run ros1_bridge dynamic_bridge --multi-threads'

messenger:
image: usdotfhwastol/carma-messenger-core:carma-system-4.5.0
image: ${DOCKER_ORG}/carma-messenger-core:${DOCKER_TAG}
network_mode: host
container_name: carma-messenger-core
volumes_from:
Expand All @@ -58,7 +58,7 @@ services:
command: wait-for-it.sh localhost:11311 -- roslaunch /opt/carma/vehicle/config/carma-messenger-docker.launch

messenger_ros2:
image: usdotfhwastol/carma-messenger-core:carma-system-4.5.0
image: ${DOCKER_ORG}/carma-messenger-core:${DOCKER_TAG}
network_mode: host
container_name: messenger_ros2
volumes_from:
Expand All @@ -73,7 +73,7 @@ services:
command: bash -c 'source /opt/carma/install_ros2/setup.bash && ros2 launch /opt/carma/vehicle/config/carma-messenger-docker.launch.py'

cohda_dsrc_driver:
image: usdotfhwastol/carma-cohda-dsrc-driver:carma-system-4.5.0
image: ${DOCKER_ORG}/carma-cohda-dsrc-driver:${DOCKER_TAG}
container_name: carma-cohda-dsrc-driver
network_mode: host
volumes_from:
Expand All @@ -87,7 +87,7 @@ services:
command: bash -c 'source /opt/carma/install/setup.bash && ros2 launch /opt/carma/vehicle/config/drivers.launch.py drivers:=dsrc_driver'

torc-pinpoint-driver:
image: usdotfhwastol/carma-torc-pinpoint-driver:carma-system-4.5.0
image: ${DOCKER_ORG}/carma-torc-pinpoint-driver:${DOCKER_TAG}
container_name: carma-torc-pinpoint-driver
network_mode: host
volumes_from:
Expand Down

0 comments on commit 3ec324c

Please sign in to comment.