Skip to content

Commit

Permalink
Add dependencies.repos, change ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeschmitt-tr committed Jul 25, 2024
1 parent cafa079 commit 12eceb4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/ros2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,19 @@ jobs:
env:
- {ROS_DISTRO: galactic, ROS_REPO: main}
- {ROS_DISTRO: humble, ROS_REPO: main}
- {ROS_DISTRO: iron, ROS_REPO: main}
- {ROS_DISTRO: jazzy, ROS_REPO: main}
- {ROS_DISTRO: rolling, ROS_REPO: main}

runs-on: ubuntu-latest
steps:
- name: Check out X-Series Driver
uses: actions/checkout@v3
uses: actions/checkout@v4
- uses: ros-tooling/[email protected]
with:
path: src
- name: Check out DYNAMIXEL Workbench Toolbox
uses: actions/checkout@v3
use-ros2-testing: true
required-ros-distributions: ${{ matrix.env.ROS_DISTRO }}
- uses: ros-tooling/[email protected]
with:
repository: Interbotix/dynamixel-workbench
ref: ros2
path: src
- uses: 'ros-industrial/industrial_ci@master'
env: ${{matrix.env}}
target-ros2-distro: ${{ matrix.env.ROS_DISTRO }}
vcs-repo-file-url: dependencies.repos
6 changes: 6 additions & 0 deletions dependencies.repos
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
repositories:

dynamixel-workbench:
type: git
url: https://github.com/Interbotix/dynamixel-workbench.git
version: '3ed8229d2382c4d0931b471fbe1c83a4888da6a8'

0 comments on commit 12eceb4

Please sign in to comment.