Skip to content

Commit 2f03107

Browse files
authored
Merge pull request #76 from ROBOTIS-GIT/feature-buildfarm-error-fix
Buildfarm error fix
2 parents 2e29cb0 + 4a6639c commit 2f03107

File tree

19 files changed

+44
-13
lines changed

19 files changed

+44
-13
lines changed

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

5+
1.3.3 (2025-06-23)
6+
------------------
7+
* Fix package.xml in turtlebot3_panorama
8+
* Contributors: Hyungyu Kim
9+
510
1.3.2 (2025-06-20)
611
------------------
712
* Add pytest in setup.py

turtlebot3_applications/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_applications</name>
5-
<version>1.3.2</version>
5+
<version>1.3.3</version>
66
<description>
77
ROS packages for the turtlebot3 applications (meta package)
88
</description>

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

5+
1.3.3 (2025-06-23)
6+
------------------
7+
* None
8+
59
1.3.2 (2025-06-20)
610
------------------
711
* None

turtlebot3_aruco_tracker/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_aruco_tracker</name>
5-
<version>1.3.2</version>
5+
<version>1.3.3</version>
66
<description>
77
ArUco Tracker for TurtleBot3 Examples.
88
</description>

turtlebot3_aruco_tracker/setup.py

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

99
setup(
1010
name=package_name,
11-
version='1.3.2',
11+
version='1.3.3',
1212
packages=find_packages(),
1313
data_files=[
1414
('share/ament_index/resource_index/packages', ['resource/' + package_name]),

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

5+
1.3.3 (2025-06-23)
6+
------------------
7+
* None
8+
59
1.3.2 (2025-06-20)
610
------------------
711
* Add pytest in setup.py

turtlebot3_automatic_parking/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_automatic_parking</name>
5-
<version>1.3.2</version>
5+
<version>1.3.3</version>
66
<description>
77
Package for turtlebot3 automatic_parking.
88
</description>

turtlebot3_automatic_parking/setup.py

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

1414
setup(
1515
name=package_name,
16-
version='1.3.2',
16+
version='1.3.3',
1717
packages=find_packages(),
1818
data_files=[
1919
('share/ament_index/resource_index/packages', ['resource/' + package_name]),

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

5+
1.3.3 (2025-06-23)
6+
------------------
7+
* None
8+
59
1.3.2 (2025-06-20)
610
------------------
711
* None

turtlebot3_automatic_parking_vision/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_automatic_parking_vision</name>
5-
<version>1.3.2</version>
5+
<version>1.3.3</version>
66
<description>
77
Automatic Parking Vision for TurtleBot3 Examples.
88
</description>

0 commit comments

Comments
 (0)