Skip to content

Commit

Permalink
Merge branch 'main' into groundseg-akil
Browse files Browse the repository at this point in the history
  • Loading branch information
VishGit1234 authored Sep 20, 2024
2 parents 47193cf + 5b9dd90 commit 7f06596
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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/bolty/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/bolty/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/bolty/ament_ws/src/occupancy
- ${MONO_DIR}/src/world_modeling/occupancy:/home/bolty/ament_ws/src/occupancy

occupancy_segmentation:
<<: *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/bolty/ament_ws/src/motion_forecasting
- ${MONO_DIR}/src/world_modeling/motion_forecasting:/home/bolty/ament_ws/src/motion_forecasting

0 comments on commit 7f06596

Please sign in to comment.