Skip to content

Commit 65b4164

Browse files
authored
Merge pull request #1068 from ROBOTIS-GIT/feature-humble-examples
Update Obstacle Detection and Position Control PointOp
2 parents fe99c9b + 9fa5e42 commit 65b4164

File tree

22 files changed

+334
-13
lines changed

22 files changed

+334
-13
lines changed

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

5+
2.2.5 (2025-02-26)
6+
------------------
7+
* Modified Obstacle Detection and Position Control PointOp
8+
* Contributors: Wonho Yun, Jeonggeun Lim
9+
510
2.2.4 (2025-02-21)
611
------------------
712
* Modified Interactive Marker

turtlebot3/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</name>
5-
<version>2.2.4</version>
5+
<version>2.2.5</version>
66
<description>
77
ROS 2 packages for TurtleBot3
88
</description>

turtlebot3_bringup/CHANGELOG.rst

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

5+
2.2.5 (2025-02-26)
6+
------------------
7+
* None
8+
59
2.2.4 (2025-02-21)
610
------------------
711
* None

turtlebot3_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_bringup</name>
5-
<version>2.2.4</version>
5+
<version>2.2.5</version>
66
<description>
77
ROS 2 launch scripts for starting the TurtleBot3
88
</description>

turtlebot3_cartographer/CHANGELOG.rst

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

5+
2.2.5 (2025-02-26)
6+
------------------
7+
* None
8+
59
2.2.4 (2025-02-21)
610
------------------
711
* None

turtlebot3_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_cartographer</name>
5-
<version>2.2.4</version>
5+
<version>2.2.5</version>
66
<description>
77
ROS 2 launch scripts for cartographer
88
</description>

turtlebot3_description/CHANGELOG.rst

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

5+
2.2.5 (2025-02-26)
6+
------------------
7+
* None
8+
59
2.2.4 (2025-02-21)
610
------------------
711
* None

turtlebot3_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_description</name>
5-
<version>2.2.4</version>
5+
<version>2.2.5</version>
66
<description>
77
3D models of the TurtleBot3 for simulation and visualization
88
</description>

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

5+
2.2.5 (2025-02-26)
6+
------------------
7+
* Modified Obstacle Detection and Position Control PointOp
8+
* Contributors: Wonho Yun, Jeonggeun Lim
9+
510
2.2.4 (2025-02-21)
611
------------------
712
* Modified Interactive Marker

turtlebot3_example/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_example</name>
5-
<version>2.2.4</version>
5+
<version>2.2.5</version>
66
<description>
77
This package provides four basic examples for TurtleBot3 (i.e., interactive marker, object detection, patrol and position control).
88
</description>

0 commit comments

Comments
 (0)