Skip to content

Commit ffbc7e8

Browse files
authored
Merge pull request #1113 from ROBOTIS-GIT/feature-odometry-initalization-fix
Odometry initalization fix
2 parents 295e7e0 + 3ea2ed4 commit ffbc7e8

File tree

20 files changed

+54
-16
lines changed

20 files changed

+54
-16
lines changed

turtlebot3/CHANGELOG.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,21 @@
22
Changelog for package turtlebot3
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.3.2 (2025-07-08)
6+
------------------
7+
* Added class member variable initialization statement in the odometry node
8+
* Contributors: Hyungyu Kim
9+
510
2.3.1 (2025-05-30)
611
------------------
712
* Deprecate ament_include_dependency usage in CMakeLists.txt
813
* Added launch arguments to camera.launch.py file to configure the camera image resolution at runtime via the CLI
9-
* Contributor: Hyungyu Kim, YeonSoo Noh
14+
* Contributors: Hyungyu Kim, YeonSoo Noh
1015

1116
2.3.0 (2025-05-23)
1217
------------------
1318
* Added a launch file using camera_ros to resolve the camera cropping issue
14-
* Contributor: YeonSoo Noh
19+
* Contributors: YeonSoo Noh
1520

1621
2.2.9 (2025-04-15)
1722
------------------

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.3.1</version>
5+
<version>2.3.2</version>
66
<description>
77
ROS 2 packages for TurtleBot3
88
</description>

turtlebot3_bringup/CHANGELOG.rst

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

5+
2.3.2 (2025-07-08)
6+
------------------
7+
* None
8+
59
2.3.1 (2025-05-30)
610
------------------
711
* Added launch arguments to camera.launch.py file to configure the camera image resolution at runtime via the CLI
8-
* Contributor: YeonSoo Noh
12+
* Contributors: YeonSoo Noh
913

1014
2.3.0 (2025-05-23)
1115
------------------
1216
* Added a launch file using camera_ros to resolve the camera cropping issue
13-
* Contributor: YeonSoo Noh
17+
* Contributors: YeonSoo Noh
1418

1519
2.2.9 (2025-04-15)
1620
------------------

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.3.1</version>
5+
<version>2.3.2</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.3.2 (2025-07-08)
6+
------------------
7+
* None
8+
59
2.3.1 (2025-05-30)
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.3.1</version>
5+
<version>2.3.2</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.3.2 (2025-07-08)
6+
------------------
7+
* None
8+
59
2.3.1 (2025-05-30)
610
------------------
711
* None

turtlebot3_description/package.xml

Lines changed: 2 additions & 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.3.1</version>
5+
<version>2.3.2</version>
66
<description>
77
3D models of the TurtleBot3 for simulation and visualization
88
</description>
@@ -16,6 +16,7 @@
1616
<author email="[email protected]">Will Son</author>
1717
<buildtool_depend>ament_cmake</buildtool_depend>
1818
<depend>urdf</depend>
19+
<depend>xacro</depend>
1920
<export>
2021
<build_type>ament_cmake</build_type>
2122
</export>

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

5+
2.3.2 (2025-07-08)
6+
------------------
7+
* None
8+
59
2.3.1 (2025-05-30)
610
------------------
711
* None

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.3.1</version>
5+
<version>2.3.2</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)