Skip to content

Commit

Permalink
Update carma-platform to use new v2x conversion repository (#2483)
Browse files Browse the repository at this point in the history
* integrate v2x conversion package with carma

* revert the missing if

* change checkout branch
  • Loading branch information
saina-ramyar authored Jan 29, 2025
1 parent b6a4eef commit 2ad3343
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# Stage 1 - Acquire the CARMA source as well as any extra packages
# /////////////////////////////////////////////////////////////////////////////
ARG DOCKER_ORG="usdotfhwastoldev"
ARG DOCKER_TAG="develop"
ARG DOCKER_TAG="develop-humble"
FROM ${DOCKER_ORG}/autoware.ai:${DOCKER_TAG} as base-image

FROM base-image AS source-code
Expand Down
4 changes: 2 additions & 2 deletions carma-platform.repos
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ repositories:
type: git
url: [email protected]:usdot-fhwa-stol/carma-garmin-lidar-lite-v3-driver-wrapper.git
version: develop
src/carma-messenger:
src/v2x-ros-conversion:
type: git
url: [email protected]:usdot-fhwa-stol/carma-messenger.git
url: [email protected]:usdot-fhwa-stol/v2x-ros-conversion.git
version: develop
src/carma-msgs:
type: git
Expand Down
2 changes: 1 addition & 1 deletion docker/checkout.bash
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ cd "${dir}"/src

git clone --depth=1 https://github.com/usdot-fhwa-stol/carma-msgs.git --branch "${BRANCH}"
git clone --depth=1 https://github.com/usdot-fhwa-stol/carma-utils.git --branch "${BRANCH}"
git clone --depth=1 https://github.com/usdot-fhwa-stol/carma-messenger.git --branch "${BRANCH}"
git clone --depth=1 https://github.com/usdot-fhwa-stol/v2x-ros-conversion.git --branch "develop"
git clone --depth=1 https://github.com/usdot-fhwa-stol/carma-message-filters.git --branch "${BRANCH}"
git clone --depth=1 https://github.com/usdot-fhwa-stol/multiple_object_tracking --branch "${BRANCH}"

Expand Down

0 comments on commit 2ad3343

Please sign in to comment.