Skip to content

Commit 7f987a6

Browse files
authored
Merge pull request #73 from ROBOTIS-GIT/humble-teleop
Updated on TurtleBot3_Manipulation maintenance
2 parents 3baa265 + 4eff28c commit 7f987a6

File tree

29 files changed

+176
-171
lines changed

29 files changed

+176
-171
lines changed

.github/workflows/ros-ci.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,10 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
ros_distribution:
18-
# - foxy
19-
# - galactic
2018
- humble
2119
# - rolling
2220
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)
21+
# Humble Hawksbill (May 2027)
3222
- docker_image: rostooling/setup-ros-docker:ubuntu-jammy-ros-humble-ros-base-latest
3323
ros_distribution: humble
3424
ros_version: 2
@@ -50,4 +40,4 @@ jobs:
5040
with:
5141
package-name: turtlebot3_manipulation
5242
target-ros2-distro: ${{ matrix.ros_distribution }}
53-
vcs-repo-file-url: ""
43+
vcs-repo-file-url: ""

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
<img src="https://github.com/ROBOTIS-GIT/emanual/blob/master/assets/images/platform/turtlebot3/manipulation/tb3_with_opm_logo.png">
33
<img src="https://github.com/ROBOTIS-GIT/emanual/blob/master/assets/images/platform/turtlebot3/manipulation/hardware_setup.png">
44

5-
## ROS Packages for OpenManipulator with TurtleBot3
6-
|Version|Kinetic + Ubuntu Xenial|Melodic + Ubuntu Bionic|
7-
|:---:|:---:|:---:|
8-
|[![GitHub version](https://badge.fury.io/gh/ROBOTIS-GIT%2Fopen_manipulator_with_tb3.svg)](https://badge.fury.io/gh/ROBOTIS-GIT%2Fopen_manipulator_with_tb3)|[![Build Status](https://travis-ci.org/ROBOTIS-GIT/open_manipulator_with_tb3.svg?branch=kinetic-devel)](https://travis-ci.org/ROBOTIS-GIT/open_manipulator_with_tb3)|[![Build Status](https://travis-ci.org/ROBOTIS-GIT/open_manipulator_with_tb3.svg?branch=melodic-devel)](https://travis-ci.org/ROBOTIS-GIT/open_manipulator_with_tb3)|
9-
105
## ROBOTIS e-Manual for OpenManipulator with TurtleBot3
116
- [ROBOTIS e-Manual for OpenManipulator with TurtleBot3](http://emanual.robotis.com/docs/en/platform/turtlebot3/manipulation/#manipulation)
127

@@ -45,7 +40,6 @@
4540
## Documents and Videos related to OpenManipulator with TurtleBot3
4641
- [ROBOTIS e-Manual for OpenManipulator](http://emanual.robotis.com/docs/en/platform/openmanipulator/)
4742
- [ROBOTIS e-Manual for TurtleBot3](http://turtlebot3.robotis.com/)
48-
- [ROBOTIS e-Manual for ROBOTIS MANIPULATOR-H](http://emanual.robotis.com/docs/en/platform/manipulator_h/introduction/)
4943
- [ROBOTIS e-Manual for Dynamixel SDK](http://emanual.robotis.com/docs/en/software/dynamixel/dynamixel_sdk/overview/)
5044
- [ROBOTIS e-Manual for Dynamixel Workbench](http://emanual.robotis.com/docs/en/software/dynamixel/dynamixel_workbench/)
5145
- [e-Book for TurtleBot3 and OpenManipulator](https://community.robotsource.org/t/download-the-ros-robot-programming-book-for-free/51/)

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.2.0 (2024-12-02)
6+
------------------
7+
* Added gripper control in teleoperation.
8+
* Resolved the issue where teleoperation was not functioning on the actual robot.
9+
* Fixed the intermittent issue of Gazebo not launching.
10+
* Fixed the error log related to the mimic joint.
11+
* Contributors: Sungho Woo
12+
513
2.1.1 (2022-10-14)
614
------------------
715
* Support ROS2 Humble

turtlebot3_manipulation/package.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,18 @@
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.1.1</version>
5+
<version>2.2.0</version>
66
<description>
77
ROS 2 package for turtlebot3_manipulation
88
</description>
9-
<maintainer email="willson@robotis.com">Will Son</maintainer>
9+
<maintainer email="pyo@robotis.com">Pyo</maintainer>
1010
<license>Apache 2.0</license>
1111
<url type="website">https://emanual.robotis.com/docs/en/platform/turtlebot3/manipulation/</url>
1212
<url type="repository">https://github.com/ROBOTIS-GIT/turtlebot3_manipulation</url>
1313
<url type="bugtracker">https://github.com/ROBOTIS-GIT/turtlebot3_manipulation/issues</url>
1414
<author email="[email protected]">Darby Lim</author>
1515
<author email="[email protected]">Hye-jong KIM</author>
16+
<author email="[email protected]">Sungho Woo</author>
1617
<buildtool_depend>ament_cmake</buildtool_depend>
1718
<exec_depend>turtlebot3_manipulation_bringup</exec_depend>
1819
<exec_depend>turtlebot3_manipulation_cartographer</exec_depend>

turtlebot3_manipulation_bringup/CHANGELOG.rst

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

5+
2.2.0 (2024-12-02)
6+
------------------
7+
* Updated maintainer information
8+
* Contributors: Sungho Woo
9+
510
2.1.1 (2022-10-14)
611
------------------
712
* Support ROS2 Humble

turtlebot3_manipulation_bringup/package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
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.1.1</version>
5+
<version>2.2.0</version>
66
<description>
77
ROS 2 package for turtlebot3_manipulation
88
</description>
9-
<maintainer email="willson@robotis.com">Will Son</maintainer>
9+
<maintainer email="pyo@robotis.com">Pyo</maintainer>
1010
<license>Apache 2.0</license>
1111
<url type="website">https://emanual.robotis.com/docs/en/platform/turtlebot3/manipulation/</url>
1212
<url type="repository">https://github.com/ROBOTIS-GIT/turtlebot3_manipulation</url>

turtlebot3_manipulation_cartographer/CHANGELOG.rst

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

5+
2.2.0 (2024-12-02)
6+
------------------
7+
* Updated maintainer information
8+
* Contributors: Sungho Woo
9+
510
2.1.1 (2022-10-14)
611
------------------
712
* Support ROS2 Humble

turtlebot3_manipulation_cartographer/package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
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.1</version>
5+
<version>2.2.0</version>
66
<description>
77
ROS 2 launch scripts for cartographer
88
</description>
9-
<maintainer email="willson@robotis.com">Will Son</maintainer>
9+
<maintainer email="pyo@robotis.com">Pyo</maintainer>
1010
<license>Apache 2.0</license>
1111
<url type="website">https://emanual.robotis.com/docs/en/platform/turtlebot3/manipulation/</url>
1212
<url type="repository">https://github.com/ROBOTIS-GIT/turtlebot3_manipulation</url>

turtlebot3_manipulation_description/CHANGELOG.rst

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

5+
2.2.0 (2024-12-02)
6+
------------------
7+
* Fixed the intermittent issue of Gazebo not launching
8+
* Fixed the error log related to the mimic joint.
9+
* Contributors: Sungho Woo
10+
511
2.1.1 (2022-10-14)
612
------------------
713
* Support ROS2 Humble

turtlebot3_manipulation_description/package.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,18 @@
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.1.1</version>
5+
<version>2.2.0</version>
66
<description>
77
ROS 2 package for turtlebot3_manipulation_description
88
</description>
9-
<maintainer email="willson@robotis.com">Will Son</maintainer>
9+
<maintainer email="pyo@robotis.com">Pyo</maintainer>
1010
<license>Apache 2.0</license>
1111
<url type="website">https://emanual.robotis.com/docs/en/platform/turtlebot3/manipulation/</url>
1212
<url type="repository">https://github.com/ROBOTIS-GIT/turtlebot3_manipulation</url>
1313
<url type="bugtracker">https://github.com/ROBOTIS-GIT/turtlebot3_manipulation/issues</url>
1414
<author email="[email protected]">Darby Lim</author>
1515
<author email="[email protected]">Hye-jong KIM</author>
16+
<author email="[email protected]">Sungho Woo</author>
1617
<buildtool_depend>ament_cmake</buildtool_depend>
1718
<exec_depend>joint_state_publisher</exec_depend>
1819
<exec_depend>joint_state_publisher_gui</exec_depend>

0 commit comments

Comments
 (0)