Skip to content

Commit

Permalink
ci: update to install pacmod3-msgs
Browse files Browse the repository at this point in the history
Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
  • Loading branch information
ktro2828 committed Nov 13, 2024
1 parent 2e8b0f4 commit 58510af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
apt update -yqq
apt install -yqq curl python3-venv python-is-python3 \
libgl1-mesa-dev ros-${ROS_DISTRO}-sensor-msgs-py ros-${ROS_DISTRO}-rosbag2-storage-mcap \
unzip tree
ros-${ROS_DISTRO}-radar-msgs unzip tree
- name: Download test data
uses: actions/download-artifact@v3
Expand All @@ -75,13 +75,6 @@ jobs:
target-packages: autoware_auto_perception_msgs autoware_perception_msgs tier4_perception_msgs oxts_msgs vehicle_msgs
build-depends-repos: build_depends.repos

- name: Install dependencies
run: |
apt update -yqq
apt install -yqq curl python3-venv python-is-python3 \
libgl1-mesa-dev ros-${ROS_DISTRO}-sensor-msgs-py \
ros-humble-radar-msgs
- name: Check python version
run: |
python -V
Expand Down
4 changes: 4 additions & 0 deletions build_depends.repos
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ repositories:
type: git
url: https://github.com/tier4/oxts_ros2_driver.git
version: feat/data_recording_system
vendor/pacmod3_msgs:
type: git
url: https://github.com/astuff/pacmod3_msgs.git
version: 1.0.0
pacmod_interface:
type: git
url: https://github.com/tier4/pacmod_interface.git
Expand Down

0 comments on commit 58510af

Please sign in to comment.