Skip to content

Commit

Permalink
build: move tamagawa_imu_driver and pacmod_interface repositories to …
Browse files Browse the repository at this point in the history
…extra-packages.repos

Signed-off-by: Esteve Fernandez <[email protected]>
  • Loading branch information
esteve committed Feb 26, 2025
1 parent d09350c commit 89de91c
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/actions/docker-build-and-push/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ runs:
run: |
mkdir src
vcs import src < autoware.repos
vcs import src < extra-packages.repos
shell: bash

- name: Setup Docker Buildx
Expand Down
1 change: 1 addition & 0 deletions .github/actions/docker-build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ runs:
run: |
mkdir src
vcs import src < autoware.repos
vcs import src < extra-packages.repos
shell: bash

- name: Import additional repositories
Expand Down
8 changes: 0 additions & 8 deletions autoware.repos
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,6 @@ repositories:
type: git
url: https://github.com/tier4/sensor_component_description.git
version: main
sensor_component/external/tamagawa_imu_driver:
type: git
url: https://github.com/tier4/tamagawa_imu_driver.git
version: ros2
sensor_component/external/nebula:
type: git
url: https://github.com/tier4/nebula.git
Expand Down Expand Up @@ -129,10 +125,6 @@ repositories:
type: git
url: https://github.com/autowarefoundation/awsim_labs_vehicle_launch.git
version: main
vehicle/external/pacmod_interface:
type: git
url: https://github.com/tier4/pacmod_interface.git
version: main
# param
param/autoware_individual_params:
type: git
Expand Down
2 changes: 2 additions & 0 deletions docker/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,11 @@ clone_repositories() {
if [ ! -d "src" ]; then
mkdir -p src
vcs import src <autoware.repos
vcs import src <extra-packages.repos
else
echo "Source directory already exists. Updating repositories..."
vcs import src <autoware.repos
vcs import src <extra-packages.repos
vcs pull src
fi
}
Expand Down
9 changes: 9 additions & 0 deletions extra-packages.repos
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
repositories:
sensor_component/external/tamagawa_imu_driver:
type: git
url: https://github.com/tier4/tamagawa_imu_driver.git
version: ros2
vehicle/external/pacmod_interface:
type: git
url: https://github.com/tier4/pacmod_interface.git
version: main

0 comments on commit 89de91c

Please sign in to comment.