Skip to content

Commit 2e29cb0

Browse files
authored
Merge pull request #73 from ROBOTIS-GIT/feature-buildfarm-error-fix
Add pytest in automatic parking package
2 parents 3d83c92 + 991d918 commit 2e29cb0

File tree

19 files changed

+46
-16
lines changed

19 files changed

+46
-16
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.2 (2025-06-20)
6+
------------------
7+
* Add pytest in setup.py
8+
* Contributors: Hyungyu Kim
9+
510
1.3.1 (2025-06-20)
611
------------------
712
* Fix cmake error in turtlebot3_panorama

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.1</version>
5+
<version>1.3.2</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.2 (2025-06-20)
6+
------------------
7+
* None
8+
59
1.3.1 (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.1</version>
5+
<version>1.3.2</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.1',
11+
version='1.3.2',
1212
packages=find_packages(),
1313
data_files=[
1414
('share/ament_index/resource_index/packages', ['resource/' + package_name]),

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

5+
1.3.2 (2025-06-20)
6+
------------------
7+
* Add pytest in setup.py
8+
* Contributors: Hyungyu Kim
9+
510
1.3.1 (2025-06-20)
611
------------------
712
* None

turtlebot3_automatic_parking/package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
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.1</version>
5+
<version>1.3.2</version>
66
<description>
7-
Package for turtlebot3 automatic_parking. You need a reflective tape and real robots. You can see parking spot using this pacakge on rviz.
7+
Package for turtlebot3 automatic_parking.
88
</description>
99
<maintainer email="[email protected]">Pyo</maintainer>
1010
<license>Apache 2.0</license>

turtlebot3_automatic_parking/setup.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name=package_name,
16-
version='1.3.1',
16+
version='1.3.2',
1717
packages=find_packages(),
1818
data_files=[
1919
('share/ament_index/resource_index/packages', ['resource/' + package_name]),
@@ -24,8 +24,8 @@
2424
zip_safe=True,
2525
author=['Gilbert'],
2626
author_email=['[email protected]'],
27-
maintainer='Will Son',
28-
maintainer_email='willson@robotis.com',
27+
maintainer='Pyo',
28+
maintainer_email='pyo@robotis.com',
2929
keywords=['ROS', 'ROS2', 'examples', 'rclpy'],
3030
classifiers=[
3131
'Intended Audience :: Developers',
@@ -34,9 +34,10 @@
3434
'Topic :: Software Development',
3535
],
3636
description=(
37-
'Examples of Different TurtleBot3 Usage.'
37+
'Package for turtlebot3 automatic_parking.'
3838
),
3939
license='Apache License, Version 2.0',
40+
tests_require=['pytest'],
4041
entry_points={
4142
'console_scripts': [
4243
'turtlebot3_automatic_parking = \

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.2 (2025-06-20)
6+
------------------
7+
* None
8+
59
1.3.1 (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.1</version>
5+
<version>1.3.2</version>
66
<description>
77
Automatic Parking Vision for TurtleBot3 Examples.
88
</description>

0 commit comments

Comments
 (0)