Skip to content

Commit

Permalink
Fix volume directory mismatches (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
VishGit1234 authored Sep 20, 2024
1 parent e06e59c commit 5b9dd90
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions modules/dev_overrides/docker-compose.world_modeling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
image: "${WORLD_MODELING_HD_MAP_IMAGE}:build_${TAG}"
command: tail -F anything
volumes:
- ${MONO_DIR}/src/world_modeling:/home/ament_ws/src/hd_map
- ${MONO_DIR}/src/world_modeling/hd_map:/home/bolty/ament_ws/src/hd_map

localization:
<<: *fixuid
Expand All @@ -23,7 +23,7 @@ services:
image: "${WORLD_MODELING_LOCALIZATION_IMAGE}:build_${TAG}"
command: tail -F anything
volumes:
- ${MONO_DIR}/src/world_modeling:/home/ament_ws/src/localization
- ${MONO_DIR}/src/world_modeling/localization:/home/bolty/ament_ws/src/localization

occupancy:
<<: *fixuid
Expand All @@ -33,7 +33,7 @@ services:
image: "${WORLD_MODELING_OCCUPANCY_IMAGE}:build_${TAG}"
command: tail -F anything
volumes:
- ${MONO_DIR}/src/world_modeling:/home/ament_ws/src/occupancy
- ${MONO_DIR}/src/world_modeling/occupancy:/home/bolty/ament_ws/src/occupancy

occupancy_segmentation:
<<: *fixuid
Expand All @@ -43,7 +43,7 @@ services:
image: "${WORLD_MODELING_OCCUPANCY_SEGMENTATION_IMAGE}:build_${TAG}"
command: tail -F anything
volumes:
- ${MONO_DIR}/src/world_modeling:/home/ament_ws/src/occupancy_segmentation
- ${MONO_DIR}/src/world_modeling/occupancy_segmentation:/home/bolty/ament_ws/src/occupancy_segmentation

motion_forecasting:
<<: *fixuid
Expand All @@ -53,4 +53,4 @@ services:
image: "${WORLD_MODELING_MOTION_FORECASTING_IMAGE}:build_${TAG}"
command: tail -F anything
volumes:
- ${MONO_DIR}/src/world_modeling:/home/ament_ws/src/motion_forecasting
- ${MONO_DIR}/src/world_modeling/motion_forecasting:/home/bolty/ament_ws/src/motion_forecasting

0 comments on commit 5b9dd90

Please sign in to comment.