mirror of
https://github.com/ROBOTIS-GIT/turtlebot3.git
synced 2025-09-15 12:59:04 +08:00
bump
Signed-off-by: Hyungyu Kim <kimhg@robotis.com>
This commit is contained in:
parent
15c08b40cd
commit
4cfa8ab5b1
@ -2,6 +2,11 @@
|
||||
Changelog for package turtlebot3
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
2.3.3 (2025-07-11)
|
||||
------------------
|
||||
* Supported COIN D4 LIDAR(ld03)
|
||||
* Contributors: Hyungyu Kim
|
||||
|
||||
2.3.2 (2025-07-08)
|
||||
------------------
|
||||
* Added class member variable initialization statement in the odometry node
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
||||
<package format="3">
|
||||
<name>turtlebot3</name>
|
||||
<version>2.3.2</version>
|
||||
<version>2.3.3</version>
|
||||
<description>
|
||||
ROS 2 packages for TurtleBot3
|
||||
</description>
|
||||
|
||||
@ -2,6 +2,11 @@
|
||||
Changelog for package turtlebot3_bringup
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
2.3.3 (2025-07-11)
|
||||
------------------
|
||||
* Supported COIN D4 LIDAR(ld03)
|
||||
* Contributors: Hyungyu Kim
|
||||
|
||||
2.3.2 (2025-07-08)
|
||||
------------------
|
||||
* None
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
||||
<package format="3">
|
||||
<name>turtlebot3_bringup</name>
|
||||
<version>2.3.2</version>
|
||||
<version>2.3.3</version>
|
||||
<description>
|
||||
ROS 2 launch scripts for starting the TurtleBot3
|
||||
</description>
|
||||
|
||||
@ -2,6 +2,10 @@
|
||||
Changelog for package turtlebot3_cartographer
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
2.3.3 (2025-07-11)
|
||||
------------------
|
||||
* None
|
||||
|
||||
2.3.2 (2025-07-08)
|
||||
------------------
|
||||
* None
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
||||
<package format="3">
|
||||
<name>turtlebot3_cartographer</name>
|
||||
<version>2.3.2</version>
|
||||
<version>2.3.3</version>
|
||||
<description>
|
||||
ROS 2 launch scripts for cartographer
|
||||
</description>
|
||||
|
||||
@ -2,6 +2,10 @@
|
||||
Changelog for package turtlebot3_description
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
2.3.3 (2025-07-11)
|
||||
------------------
|
||||
* None
|
||||
|
||||
2.3.2 (2025-07-08)
|
||||
------------------
|
||||
* None
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
||||
<package format="3">
|
||||
<name>turtlebot3_description</name>
|
||||
<version>2.3.2</version>
|
||||
<version>2.3.3</version>
|
||||
<description>
|
||||
3D models of the TurtleBot3 for simulation and visualization
|
||||
</description>
|
||||
|
||||
@ -2,6 +2,10 @@
|
||||
Changelog for package turtlebot3_example
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
2.3.3 (2025-07-11)
|
||||
------------------
|
||||
* None
|
||||
|
||||
2.3.2 (2025-07-08)
|
||||
------------------
|
||||
* None
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
||||
<package format="3">
|
||||
<name>turtlebot3_example</name>
|
||||
<version>2.3.2</version>
|
||||
<version>2.3.3</version>
|
||||
<description>
|
||||
This package provides four basic examples for TurtleBot3 (i.e., interactive marker, object detection, patrol and position control).
|
||||
</description>
|
||||
|
||||
@ -5,7 +5,7 @@ package_name = 'turtlebot3_example'
|
||||
|
||||
setup(
|
||||
name=package_name,
|
||||
version='2.3.2',
|
||||
version='2.3.3',
|
||||
packages=find_packages(),
|
||||
data_files=[
|
||||
('share/ament_index/resource_index/packages', ['resource/' + package_name]),
|
||||
|
||||
@ -2,6 +2,10 @@
|
||||
Changelog for package turtlebot3_navigation2
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
2.3.3 (2025-07-11)
|
||||
------------------
|
||||
* None
|
||||
|
||||
2.3.2 (2025-07-08)
|
||||
------------------
|
||||
* None
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
||||
<package format="3">
|
||||
<name>turtlebot3_navigation2</name>
|
||||
<version>2.3.2</version>
|
||||
<version>2.3.3</version>
|
||||
<description>
|
||||
ROS 2 launch scripts for navigation2
|
||||
</description>
|
||||
|
||||
@ -2,6 +2,10 @@
|
||||
Changelog for package turtlebot3_node
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
2.3.3 (2025-07-11)
|
||||
------------------
|
||||
* None
|
||||
|
||||
2.3.2 (2025-07-08)
|
||||
------------------
|
||||
* Added class member variable initialization statement in the odometry node
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
||||
<package format="3">
|
||||
<name>turtlebot3_node</name>
|
||||
<version>2.3.2</version>
|
||||
<version>2.3.3</version>
|
||||
<description>
|
||||
TurtleBot3 driver node that include diff drive controller, odometry and tf node
|
||||
</description>
|
||||
|
||||
@ -2,6 +2,10 @@
|
||||
Changelog for package turtlebot3_teleop
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
2.3.3 (2025-07-11)
|
||||
------------------
|
||||
* None
|
||||
|
||||
2.3.2 (2025-07-08)
|
||||
------------------
|
||||
* None
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
||||
<package format="3">
|
||||
<name>turtlebot3_teleop</name>
|
||||
<version>2.3.2</version>
|
||||
<version>2.3.3</version>
|
||||
<description>
|
||||
Teleoperation node using keyboard for TurtleBot3.
|
||||
</description>
|
||||
|
||||
@ -5,7 +5,7 @@ package_name = 'turtlebot3_teleop'
|
||||
|
||||
setup(
|
||||
name=package_name,
|
||||
version='2.3.2',
|
||||
version='2.3.3',
|
||||
packages=find_packages(exclude=[]),
|
||||
data_files=[
|
||||
('share/ament_index/resource_index/packages', ['resource/' + package_name]),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user