-
Notifications
You must be signed in to change notification settings - Fork 32
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 #74 from ROBOTIS-GIT/feature-noetic-maintenance
maintenance update for TurtleBot3 manipulator on Noetic
- Loading branch information
Showing
28 changed files
with
136 additions
and
106 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,52 @@ | ||
name: ros-ci | ||
|
||
# Controls when the action will run. Triggers the workflow on push or pull request | ||
on: | ||
push: | ||
branches: [ master, develop, melodic-devel, noetic-devel ] | ||
pull_request: | ||
branches: [ master, develop, melodic-devel, noetic-devel ] | ||
|
||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel | ||
jobs: | ||
master-ci: | ||
runs-on: ubuntu-latest | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
ros_distribution: | ||
# - kinetic | ||
# - melodic | ||
- noetic | ||
include: | ||
# Kinetic Kame (May 2016 - May 2021) | ||
# - docker_image: ubuntu:xenial | ||
# ros_distribution: kinetic | ||
# ros_version: 1 | ||
# Melodic Morenia (May 2018 - May 2023) | ||
# - docker_image: ubuntu:bionic | ||
# ros_distribution: melodic | ||
# ros_version: 1 | ||
# Noetic Ninjemys (May 2020 - May 2025) | ||
- docker_image: ubuntu:focal | ||
ros_distribution: noetic | ||
ros_version: 1 | ||
container: | ||
image: ${{ matrix.docker_image }} | ||
steps: | ||
- name: Setup directories | ||
run: mkdir -p ros_ws/src | ||
- name: checkout | ||
uses: actions/checkout@v2 | ||
with: | ||
path: ros_ws/src | ||
- name: Setup ROS environment | ||
uses: ros-tooling/[email protected] | ||
with: | ||
required-ros-distributions: ${{ matrix.ros_distribution }} | ||
- name: Build and Test | ||
uses: ros-tooling/[email protected] | ||
with: | ||
package-name: turtlebot3_manipulation | ||
target-ros1-distro: ${{ matrix.ros_distribution }} | ||
vcs-repo-file-url: "" |
This file was deleted.
Oops, something went wrong.
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,13 +1,12 @@ | ||
<?xml version="1.0"?> | ||
<package format="2"> | ||
<name>turtlebot3_manipulation</name> | ||
<version>2.0.2</version> | ||
<version>2.0.3</version> | ||
<description>ROS packages for turtlebot3_manipulation</description> | ||
|
||
<license>Apache 2.0</license> | ||
<author email="[email protected]">Ryan Shim</author> | ||
<maintainer email="[email protected]">Ryan Shim</maintainer> | ||
<maintainer email="[email protected]">WIll Son</maintainer> | ||
<maintainer email="[email protected]">Pyo</maintainer> | ||
<!-- <url type="website">http://wiki.ros.org/turtlebot3_manipulation</url> --> | ||
<url type="emanual">http://emanual.robotis.com/docs/en/platform/turtlebot3/manipulation</url> | ||
<url type="repository">https://github.com/ROBOTIS-GIT/turtlebot3_manipulation</url> | ||
|
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,12 +1,11 @@ | ||
<?xml version="1.0"?> | ||
<package format="2"> | ||
<name>turtlebot3_manipulation_bringup</name> | ||
<version>2.0.2</version> | ||
<version>2.0.3</version> | ||
<description>ROS package for turtlebot3_manipulation_bringup</description> | ||
|
||
<license>Apache 2.0</license> | ||
<author email="[email protected]">Darby Lim</author> | ||
<author email="[email protected]">Ryan Shim</author> | ||
<maintainer email="[email protected]">Pyo</maintainer> | ||
<!-- <url type="website">http://wiki.ros.org/turtlebot3_manipulation</url> --> | ||
<url type="emanual">http://emanual.robotis.com/docs/en/platform/turtlebot3/manipulation</url> | ||
|
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 |
---|---|---|
|
@@ -46,5 +46,5 @@ | |
|
||
<!-- Transmission 6 --> | ||
<xacro:SimpleTransmissionEffort n="6" joint="gripper_sub" /> | ||
|
||
</robot> |
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
Oops, something went wrong.