Skip to content

Commit daf0aff

Browse files
committed
Removed the TurtleBot3 manipulation Gazebo simulation
1 parent f6512b9 commit daf0aff

File tree

28 files changed

+44
-1884
lines changed

28 files changed

+44
-1884
lines changed

turtlebot3_manipulation/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
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.2.1 (2025-05-28)
6+
------------------
7+
* Removed the TurtleBot3 Manipulation Gazebo simulation
8+
* Contributors: ChanHyeong Lee
9+
510
2.2.0 (2025-04-01)
611
------------------
712
* Added gripper control in teleoperation.

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.2.0</version>
5+
<version>2.2.1</version>
66
<description>
77
ROS 2 package for turtlebot3_manipulation
88
</description>

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.1 (2025-05-28)
6+
------------------
7+
* Removed the TurtleBot3 Manipulation Gazebo simulation
8+
* Contributors: ChanHyeong Lee
9+
510
2.2.0 (2025-04-01)
611
------------------
712
* Updated maintainer information

turtlebot3_manipulation_bringup/launch/fake.launch.py

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

turtlebot3_manipulation_bringup/launch/gazebo.launch.py

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

turtlebot3_manipulation_bringup/package.xml

Lines changed: 2 additions & 3 deletions
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.2.0</version>
5+
<version>2.2.1</version>
66
<description>
77
ROS 2 package for turtlebot3_manipulation
88
</description>
@@ -14,11 +14,10 @@
1414
<author email="[email protected]">Darby Lim</author>
1515
<author email="[email protected]">Hye-jong KIM</author>
1616
<buildtool_depend>ament_cmake</buildtool_depend>
17-
<exec_depend>gazebo_ros</exec_depend>
17+
<exec_depend>gripper_controllers</exec_depend>
1818
<exec_depend>robot_state_publisher</exec_depend>
1919
<exec_depend>ros2_control</exec_depend>
2020
<exec_depend>ros2_controllers</exec_depend>
21-
<exec_depend>gripper_controllers</exec_depend>
2221
<exec_depend>rviz2</exec_depend>
2322
<exec_depend>turtlebot3_manipulation_description</exec_depend>
2423
<exec_depend>xacro</exec_depend>

turtlebot3_manipulation_bringup/worlds/empty_world.model

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

turtlebot3_manipulation_bringup/worlds/turtlebot3_world.model

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

0 commit comments

Comments
 (0)