-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Will Son <[email protected]>
- Loading branch information
1 parent
4ce87b1
commit 2f00271
Showing
9 changed files
with
46 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
repositories: | ||
dynamixel_workbench/dynamixel_workbench_msgs: | ||
type: git | ||
url: https://github.com/ROBOTIS-GIT/dynamixel-workbench-msgs.git | ||
version: ros2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: ros2-ci | ||
name: ros2 | ||
|
||
# Controls when the action will run. Triggers the workflow on push or pull request | ||
on: | ||
|
@@ -15,17 +15,25 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
ros_distribution: | ||
# - foxy | ||
# - galactic | ||
- foxy | ||
- galactic | ||
- humble | ||
- rolling | ||
include: | ||
# - docker_image: ubuntu:focal | ||
# ros_distribution: foxy | ||
# ros_version: 2 | ||
# - docker_image: ubuntu:focal | ||
# ros_distribution: galactic | ||
# ros_version: 2 | ||
- docker_image: ubuntu:focal | ||
# Foxy Fitzroy (June 2020 - May 2023) | ||
- docker_image: rostooling/setup-ros-docker:ubuntu-focal-ros-foxy-ros-base-latest | ||
ros_distribution: foxy | ||
ros_version: 2 | ||
# Galactic Geochelone (May 2021) | ||
- docker_image: rostooling/setup-ros-docker:ubuntu-focal-ros-galactic-ros-base-latest | ||
ros_distribution: galactic | ||
ros_version: 2 | ||
# Humble Hawksbill (May 2027) | ||
- docker_image: rostooling/setup-ros-docker:ubuntu-jammy-ros-humble-ros-base-latest | ||
ros_distribution: humble | ||
ros_version: 2 | ||
# Rolling | ||
- docker_image: rostooling/setup-ros-docker:ubuntu-jammy-ros-rolling-ros-base-latest | ||
ros_distribution: rolling | ||
ros_version: 2 | ||
container: | ||
|
@@ -37,13 +45,9 @@ jobs: | |
uses: actions/checkout@v2 | ||
with: | ||
path: ros_ws/src | ||
- name: Setup ROS2 environment | ||
uses: ros-tooling/[email protected] | ||
with: | ||
required-ros-distributions: ${{ matrix.ros_distribution }} | ||
- name: Build and Test | ||
uses: ros-tooling/action-ros-ci@v0.2 | ||
uses: ros-tooling/action-ros-ci@0.2.6 | ||
with: | ||
package-name: dynamixel_workbench | ||
target-ros2-distro: ${{ matrix.ros_distribution }} | ||
vcs-repo-file-url: "" | ||
vcs-repo-file-url: "https://raw.githubusercontent.com/ROBOTIS-GIT/dynamixel-workbench/ros2-devel/.github/workflows/dynamixel_workbench.repos" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name=DynamixelWorkbench | ||
version=0.1.0 | ||
version=2.2.3 | ||
author=Darby Lim ([email protected]) | ||
maintainer=Pyo (pyo@robotis.com) | ||
maintainer=Will Son (willson@robotis.com) | ||
sentence=DynamixelWorkbench using DynamixelSDK | ||
paragraph=Tools for Dynamixel | ||
category=Other | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters