Skip to content

Commit bd2e162

Browse files
committed
release for humble
Signed-off-by: Will Son <willson@robotis.com>
1 parent d076000 commit bd2e162

File tree

18 files changed

+130
-49
lines changed

18 files changed

+130
-49
lines changed

.github/workflows/ros-ci.yml

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
name: humble-devel
2+
3+
# Controls when the action will run. Triggers the workflow on push or pull request
4+
on:
5+
push:
6+
branches: [ humble-devel ]
7+
pull_request:
8+
branches: [ humble-devel ]
9+
10+
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
11+
jobs:
12+
ros2-ci:
13+
runs-on: ubuntu-latest
14+
strategy:
15+
fail-fast: false
16+
matrix:
17+
ros_distribution:
18+
# - foxy
19+
# - galactic
20+
- humble
21+
# - rolling
22+
include:
23+
# # Foxy Fitzroy (June 2020 - May 2023)
24+
# - docker_image: rostooling/setup-ros-docker:ubuntu-focal-ros-foxy-ros-base-latest
25+
# ros_distribution: foxy
26+
# ros_version: 2
27+
# # Galactic Geochelone (May 2021)
28+
# - docker_image: rostooling/setup-ros-docker:ubuntu-focal-ros-galactic-ros-base-latest
29+
# ros_distribution: galactic
30+
# ros_version: 2
31+
# Humble Hawksbill (May 2027)
32+
- docker_image: rostooling/setup-ros-docker:ubuntu-jammy-ros-humble-ros-base-latest
33+
ros_distribution: humble
34+
ros_version: 2
35+
# # Rolling
36+
# - docker_image: rostooling/setup-ros-docker:ubuntu-jammy-ros-rolling-ros-base-latest
37+
# ros_distribution: rolling
38+
# ros_version: 2
39+
container:
40+
image: ${{ matrix.docker_image }}
41+
steps:
42+
- name: Setup directories
43+
run: mkdir -p ros_ws/src
44+
- name: checkout
45+
uses: actions/checkout@v2
46+
with:
47+
path: ros_ws/src
48+
- name: Build and Test
49+
uses: ros-tooling/action-ros-ci@0.2.6
50+
with:
51+
package-name: turtlebot3_manipulation
52+
target-ros2-distro: ${{ matrix.ros_distribution }}
53+
vcs-repo-file-url: ""

.travis.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.

turtlebot3_manipulation/CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
Changelog for package turtlebot3_manipulation
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.1.1 (2022-10-14)
6+
------------------
7+
* Support ROS2 Humble
8+
* MoveIt environment configured
9+
* use ros2_control framework instead of ROBOTIS custom library
10+
* removed dependency to `turtlebot3_*`` and `open_manipulator` packages
11+
* Contributors: Hye-Jong KIM, Darby Lim, Will Son
12+
513
1.1.0 (2019-02-08)
614
------------------
715
* updated the CHANGELOG and version to release binary packages

turtlebot3_manipulation/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>turtlebot3_manipulation</name>
5-
<version>2.0.1</version>
5+
<version>2.1.1</version>
66
<description>
77
ROS 2 package for turtlebot3_manipulation
88
</description>

turtlebot3_manipulation_bringup/CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
Changelog for package turtlebot3_manipulation_bringup
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.1.1 (2022-10-14)
6+
------------------
7+
* Support ROS2 Humble
8+
* MoveIt environment configured
9+
* use ros2_control framework instead of ROBOTIS custom library
10+
* removed dependency to `turtlebot3_*`` and `open_manipulator` packages
11+
* Contributors: Hye-Jong KIM, Darby Lim, Will Son
12+
513
1.1.0 (2019-02-08)
614
------------------
715
* updated to sync for new open_manipulator_package

turtlebot3_manipulation_bringup/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>turtlebot3_manipulation_bringup</name>
5-
<version>2.0.1</version>
5+
<version>2.1.1</version>
66
<description>
77
ROS 2 package for turtlebot3_manipulation
88
</description>

turtlebot3_manipulation_cartographer/CHANGELOG.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
Changelog for package turtlebot3_manipulation_cartographer
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
2.1.4 (2022-02-08)
5+
2.1.1 (2022-10-14)
66
------------------
7-
* none
7+
* Support ROS2 Humble
8+
* MoveIt environment configured
9+
* use ros2_control framework instead of ROBOTIS custom library
10+
* removed dependency to `turtlebot3_*`` and `open_manipulator` packages
11+
* Contributors: Hye-Jong KIM, Darby Lim, Will Son

turtlebot3_manipulation_cartographer/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>turtlebot3_manipulation_cartographer</name>
5-
<version>2.1.4</version>
5+
<version>2.1.1</version>
66
<description>
77
ROS 2 launch scripts for cartographer
88
</description>

turtlebot3_manipulation_description/CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
Changelog for package turtlebot3_manipulation_description
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.1.1 (2022-10-14)
6+
------------------
7+
* Support ROS2 Humble
8+
* MoveIt environment configured
9+
* use ros2_control framework instead of ROBOTIS custom library
10+
* removed dependency to `turtlebot3_*`` and `open_manipulator` packages
11+
* Contributors: Hye-Jong KIM, Darby Lim, Will Son
12+
513
1.1.0 (2019-02-08)
614
------------------
715
* added gazebo and moveit config

turtlebot3_manipulation_description/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>turtlebot3_manipulation_description</name>
5-
<version>2.0.1</version>
5+
<version>2.1.1</version>
66
<description>
77
ROS 2 package for turtlebot3_manipulation_description
88
</description>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+
Changelog for package turtlebot3_manipulation_hardware
3+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
2.1.1 (2022-10-14)
6+
------------------
7+
* Support ROS2 Humble
8+
* MoveIt environment configured
9+
* use ros2_control framework instead of ROBOTIS custom library
10+
* removed dependency to `turtlebot3_*`` and `open_manipulator` packages
11+
* Contributors: Hye-Jong KIM, Darby Lim, Will Son

turtlebot3_manipulation_hardware/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>turtlebot3_manipulation_hardware</name>
5-
<version>2.0.1</version>
5+
<version>2.1.1</version>
66
<description>
77
ROS 2 package for turtlebot3_manipulation_hardware
88
</description>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+
Changelog for package turtlebot3_manipulation_moveit_config
3+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
2.1.1 (2022-10-14)
6+
------------------
7+
* Support ROS2 Humble
8+
* MoveIt environment configured
9+
* use ros2_control framework instead of ROBOTIS custom library
10+
* removed dependency to `turtlebot3_*`` and `open_manipulator` packages
11+
* Contributors: Hye-Jong KIM, Darby Lim, Will Son

turtlebot3_manipulation_moveit_config/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>turtlebot3_manipulation_moveit_config</name>
5-
<version>0.3.0</version>
5+
<version>2.1.1</version>
66
<description>
77
An automatically generated package with all the configuration and launch files for using the turtlebot3_manipulation with the MoveIt Motion Planning Framework
88
</description>

turtlebot3_manipulation_navigation2/CHANGELOG.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
Changelog for package turtlebot3_manipulation_navigation2
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
2.1.4 (2022-02-08)
5+
2.1.1 (2022-10-14)
66
------------------
7-
* none
7+
* Support ROS2 Humble
8+
* MoveIt environment configured
9+
* use ros2_control framework instead of ROBOTIS custom library
10+
* removed dependency to `turtlebot3_*`` and `open_manipulator` packages
11+
* Contributors: Hye-Jong KIM, Darby Lim, Will Son

turtlebot3_manipulation_navigation2/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>turtlebot3_manipulation_navigation2</name>
5-
<version>2.1.4</version>
5+
<version>2.1.1</version>
66
<description>
77
ROS 2 launch scripts for navigation2
88
</description>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+
Changelog for package turtlebot3_manipulation_teleop
3+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
2.1.1 (2022-10-14)
6+
------------------
7+
* Support ROS2 Humble
8+
* MoveIt environment configured
9+
* use ros2_control framework instead of ROBOTIS custom library
10+
* removed dependency to `turtlebot3_*`` and `open_manipulator` packages
11+
* Contributors: Hye-Jong KIM, Darby Lim, Will Son

turtlebot3_manipulation_teleop/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>turtlebot3_manipulation_teleop</name>
5-
<version>0.0.0</version>
5+
<version>2.1.1</version>
66
<description>Ros2 Package of the turtlebot3_manipulation_teleop</description>
77
<maintainer email="hjkim@robotis.com">Hye-jong KIM</maintainer>
88
<license>Apache 2.0</license>

0 commit comments

Comments
 (0)