-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #365 from ROBOTIS-GIT/ros2-devel
Ros2 devel
- Loading branch information
Showing
10 changed files
with
56 additions
and
27 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>dynamixel_workbench</name> | ||
<version>2.2.2</version> | ||
<version>2.2.3</version> | ||
<description> | ||
Dynamixel-Workbench is dynamixel solution for ROS. | ||
This metapackage allows you to easily change the ID, baudrate and operating mode of the Dynamixel. | ||
|
@@ -12,12 +12,11 @@ | |
<maintainer email="[email protected]">Will Son</maintainer> | ||
<license>Apache 2.0</license> | ||
<url type="website">http://wiki.ros.org/dynamixel_workbench</url> | ||
<url type="emanual">http://emanual.robotis.com/docs/en/software/dynamixel/dynamixel_workbench/</url> | ||
<url type="repository">https://github.com/ROBOTIS-GIT/dynamixel-workbench</url> | ||
<url type="bugtracker">https://github.com/ROBOTIS-GIT/dynamixel-workbench/issues</url> | ||
<author email="[email protected]">Darby Lim</author> | ||
<author email="[email protected]">Ryan Shim</author> | ||
<author email="[email protected]">Will Son</author> | ||
<author>Ryan Shim</author> | ||
<buildtool_depend>ament_cmake</buildtool_depend> | ||
<exec_depend>dynamixel_workbench_toolbox</exec_depend> | ||
<export> | ||
|
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
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