Skip to content

Commit 80d7f71

Browse files
committed
feat: update workflow ros2 distro
1 parent 3d2d6a2 commit 80d7f71

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,21 @@ jobs:
1212
- name: Checkout
1313
uses: actions/[email protected]
1414
with:
15-
path: hurocup
15+
path: src/gyakuenki_cpp
16+
17+
- name: Import Gyakuenki Repos
18+
run: |
19+
sudo apt update
20+
sudo apt install -y \
21+
python3-pip
22+
pip3 install --user vcstool
23+
cd src
24+
vcs import < gyakuenki_cpp/gyakuenki.repos
1625
1726
- name: Setup workspace
1827
uses: ichiro-its/ros2-ws-action/[email protected]
28+
with:
29+
distro: jazzy
1930

2031
- name: Build workspace
2132
uses: ichiro-its/ros2-ws-action/[email protected]

gyakuenki.repos

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
repositories:
2+
jitsuyo:
3+
type: git
4+
url: https://github.com/ichiro-its/jitsuyo.git
5+
version: enhancement/nlohmann-dependency
6+
7+
keisan:
8+
type: git
9+
url: https://github.com/ichiro-its/keisan.git
10+
11+
ninshiki_interfaces:
12+
type: git
13+
url: https://github.com/ichiro-its/ninshiki_interfaces.git
14+
15+
gyakuenki_interfaces:
16+
type: git
17+
url: https://github.com/ichiro-its/gyakuenki_interfaces.git

0 commit comments

Comments
 (0)