Skip to content

Commit bcd2eab

Browse files
committed
Bump version to 1.0.3 for turtlebot3_dqn and turtlebot3_machine_learning; update changelogs and add ament_cmake as a build dependency.
1 parent c829276 commit bcd2eab

5 files changed

Lines changed: 13 additions & 3 deletions

File tree

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

5+
1.0.3 (2026-01-19)
6+
------------------
7+
* None
8+
59
1.0.2 (2026-01-06)
610
------------------
711
* Fixed a bug in the JSON file where the step parameter was incorrectly named; renamed it to step_counter.

turtlebot3_dqn/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>turtlebot3_dqn</name>
4-
<version>1.0.2</version>
4+
<version>1.0.3</version>
55
<description>
66
The turtlebot3_dqn package using reinforcement learning with DQN (Deep Q-Learning).
77
</description>

turtlebot3_dqn/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setup(
1717
name=package_name,
18-
version='1.0.2',
18+
version='1.0.3',
1919
packages=find_packages(),
2020
data_files=[
2121
('share/ament_index/resource_index/packages', ['resource/' + package_name]),

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

5+
1.0.3 (2026-01-19)
6+
------------------
7+
* Added ament_cmake as a buildtool_depend
8+
* Contributors: Hyungyu Kim
9+
510
1.0.2 (2026-01-06)
611
------------------
712
* Fixed a bug in the JSON file where the step parameter was incorrectly named; renamed it to step_counter.

turtlebot3_machine_learning/package.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>turtlebot3_machine_learning</name>
4-
<version>1.0.2</version>
4+
<version>1.0.3</version>
55
<description>
66
This metapackage for ROS 2 TurtleBot3 machine learning.
77
</description>
@@ -13,6 +13,7 @@
1313
<author email="kkjong@robotis.com">Gilbert</author>
1414
<author email="dddoggi1207@gmail.com">ChanHyeong Lee</author>
1515
<author email="kimhg@robotis.com">Hyungyu Kim</author>
16+
<buildtool_depend>ament_cmake</buildtool_depend>
1617
<exec_depend>turtlebot3_dqn</exec_depend>
1718
<export>
1819
<build_type>ament_cmake</build_type>

0 commit comments

Comments
 (0)