Skip to content

Commit

Permalink
release for humble
Browse files Browse the repository at this point in the history
Signed-off-by: Will Son <[email protected]>
  • Loading branch information
ROBOTIS-Will committed Apr 19, 2023
1 parent d076000 commit bd2e162
Show file tree
Hide file tree
Showing 18 changed files with 130 additions and 49 deletions.
53 changes: 53 additions & 0 deletions .github/workflows/ros-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
name: humble-devel

# Controls when the action will run. Triggers the workflow on push or pull request
on:
push:
branches: [ humble-devel ]
pull_request:
branches: [ humble-devel ]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
ros2-ci:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ros_distribution:
# - foxy
# - galactic
- humble
# - rolling
include:
# # 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:
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: Build and Test
uses: ros-tooling/[email protected]
with:
package-name: turtlebot3_manipulation
target-ros2-distro: ${{ matrix.ros_distribution }}
vcs-repo-file-url: ""
37 changes: 0 additions & 37 deletions .travis.yml

This file was deleted.

8 changes: 8 additions & 0 deletions turtlebot3_manipulation/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog for package turtlebot3_manipulation
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.1.1 (2022-10-14)
------------------
* Support ROS2 Humble
* MoveIt environment configured
* use ros2_control framework instead of ROBOTIS custom library
* removed dependency to `turtlebot3_*`` and `open_manipulator` packages
* Contributors: Hye-Jong KIM, Darby Lim, Will Son

1.1.0 (2019-02-08)
------------------
* updated the CHANGELOG and version to release binary packages
Expand Down
2 changes: 1 addition & 1 deletion turtlebot3_manipulation/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>turtlebot3_manipulation</name>
<version>2.0.1</version>
<version>2.1.1</version>
<description>
ROS 2 package for turtlebot3_manipulation
</description>
Expand Down
8 changes: 8 additions & 0 deletions turtlebot3_manipulation_bringup/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog for package turtlebot3_manipulation_bringup
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.1.1 (2022-10-14)
------------------
* Support ROS2 Humble
* MoveIt environment configured
* use ros2_control framework instead of ROBOTIS custom library
* removed dependency to `turtlebot3_*`` and `open_manipulator` packages
* Contributors: Hye-Jong KIM, Darby Lim, Will Son

1.1.0 (2019-02-08)
------------------
* updated to sync for new open_manipulator_package
Expand Down
2 changes: 1 addition & 1 deletion turtlebot3_manipulation_bringup/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>turtlebot3_manipulation_bringup</name>
<version>2.0.1</version>
<version>2.1.1</version>
<description>
ROS 2 package for turtlebot3_manipulation
</description>
Expand Down
8 changes: 6 additions & 2 deletions turtlebot3_manipulation_cartographer/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog for package turtlebot3_manipulation_cartographer
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.1.4 (2022-02-08)
2.1.1 (2022-10-14)
------------------
* none
* Support ROS2 Humble
* MoveIt environment configured
* use ros2_control framework instead of ROBOTIS custom library
* removed dependency to `turtlebot3_*`` and `open_manipulator` packages
* Contributors: Hye-Jong KIM, Darby Lim, Will Son
2 changes: 1 addition & 1 deletion turtlebot3_manipulation_cartographer/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>turtlebot3_manipulation_cartographer</name>
<version>2.1.4</version>
<version>2.1.1</version>
<description>
ROS 2 launch scripts for cartographer
</description>
Expand Down
8 changes: 8 additions & 0 deletions turtlebot3_manipulation_description/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog for package turtlebot3_manipulation_description
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.1.1 (2022-10-14)
------------------
* Support ROS2 Humble
* MoveIt environment configured
* use ros2_control framework instead of ROBOTIS custom library
* removed dependency to `turtlebot3_*`` and `open_manipulator` packages
* Contributors: Hye-Jong KIM, Darby Lim, Will Son

1.1.0 (2019-02-08)
------------------
* added gazebo and moveit config
Expand Down
2 changes: 1 addition & 1 deletion turtlebot3_manipulation_description/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>turtlebot3_manipulation_description</name>
<version>2.0.1</version>
<version>2.1.1</version>
<description>
ROS 2 package for turtlebot3_manipulation_description
</description>
Expand Down
11 changes: 11 additions & 0 deletions turtlebot3_manipulation_hardware/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package turtlebot3_manipulation_hardware
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.1.1 (2022-10-14)
------------------
* Support ROS2 Humble
* MoveIt environment configured
* use ros2_control framework instead of ROBOTIS custom library
* removed dependency to `turtlebot3_*`` and `open_manipulator` packages
* Contributors: Hye-Jong KIM, Darby Lim, Will Son
2 changes: 1 addition & 1 deletion turtlebot3_manipulation_hardware/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>turtlebot3_manipulation_hardware</name>
<version>2.0.1</version>
<version>2.1.1</version>
<description>
ROS 2 package for turtlebot3_manipulation_hardware
</description>
Expand Down
11 changes: 11 additions & 0 deletions turtlebot3_manipulation_moveit_config/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package turtlebot3_manipulation_moveit_config
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.1.1 (2022-10-14)
------------------
* Support ROS2 Humble
* MoveIt environment configured
* use ros2_control framework instead of ROBOTIS custom library
* removed dependency to `turtlebot3_*`` and `open_manipulator` packages
* Contributors: Hye-Jong KIM, Darby Lim, Will Son
2 changes: 1 addition & 1 deletion turtlebot3_manipulation_moveit_config/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>turtlebot3_manipulation_moveit_config</name>
<version>0.3.0</version>
<version>2.1.1</version>
<description>
An automatically generated package with all the configuration and launch files for using the turtlebot3_manipulation with the MoveIt Motion Planning Framework
</description>
Expand Down
8 changes: 6 additions & 2 deletions turtlebot3_manipulation_navigation2/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog for package turtlebot3_manipulation_navigation2
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.1.4 (2022-02-08)
2.1.1 (2022-10-14)
------------------
* none
* Support ROS2 Humble
* MoveIt environment configured
* use ros2_control framework instead of ROBOTIS custom library
* removed dependency to `turtlebot3_*`` and `open_manipulator` packages
* Contributors: Hye-Jong KIM, Darby Lim, Will Son
2 changes: 1 addition & 1 deletion turtlebot3_manipulation_navigation2/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>turtlebot3_manipulation_navigation2</name>
<version>2.1.4</version>
<version>2.1.1</version>
<description>
ROS 2 launch scripts for navigation2
</description>
Expand Down
11 changes: 11 additions & 0 deletions turtlebot3_manipulation_teleop/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package turtlebot3_manipulation_teleop
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.1.1 (2022-10-14)
------------------
* Support ROS2 Humble
* MoveIt environment configured
* use ros2_control framework instead of ROBOTIS custom library
* removed dependency to `turtlebot3_*`` and `open_manipulator` packages
* Contributors: Hye-Jong KIM, Darby Lim, Will Son
2 changes: 1 addition & 1 deletion turtlebot3_manipulation_teleop/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>turtlebot3_manipulation_teleop</name>
<version>0.0.0</version>
<version>2.1.1</version>
<description>Ros2 Package of the turtlebot3_manipulation_teleop</description>
<maintainer email="[email protected]">Hye-jong KIM</maintainer>
<license>Apache 2.0</license>
Expand Down

0 comments on commit bd2e162

Please sign in to comment.