Skip to content

Commit a72ab8a

Browse files
authored
3.0.0リリースのためにバージョン情報を更新 (#14)
* Update version * Update CHANGELOG * update version
1 parent 0357d49 commit a72ab8a

File tree

6 files changed

+23
-3
lines changed

6 files changed

+23
-3
lines changed

raspimouse_navigation/CHANGELOG.rst

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
Changelog for package raspimouse_navigation
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
3.0.0 (2024-11-28)
6+
------------------
7+
* Support ROS 2 Jazzy (`#13 <https://github.com/rt-net/raspimouse_slam_navigation_ros2/issues/13>`_)
8+
* Added the setting `enable_stamped_cmd_vel: True` to standardize the velocity to `TwistStamped` from `Twist`
9+
* Modified the `use_sim_time` setting in `collision_monitor` to be `True` during simulations and `False` during real-world operations
10+
* Changed to provide `use_sim_time` from the launch command
11+
* Removed the descriptions for `default_nav_to_pose_bt_xml` and `default_nav_through_poses_bt_xml`, changing to automatically load the default settings
12+
* Contributors: Kazushi Kurasawa, YusukeKato
13+
514
2.1.0 (2024-03-05)
615
------------------
716
* Use rplidar_a1_launch.py because rplidar.launch.py does not exist. (`#8 <https://github.com/rt-net/raspimouse_slam_navigation_ros2/issues/8>`_)

raspimouse_navigation/package.xml

+1-1
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>raspimouse_navigation</name>
5-
<version>2.1.0</version>
5+
<version>3.0.0</version>
66
<description>Navigation package for Raspberry Pi Mouse</description>
77
<maintainer email="shop@rt-net.jp">RT Corporation</maintainer>
88

raspimouse_slam/CHANGELOG.rst

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package raspimouse_slam
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
3.0.0 (2024-11-28)
6+
------------------
7+
* Support ROS 2 Jazzy (`#13 <https://github.com/rt-net/raspimouse_slam_navigation_ros2/issues/13>`_)
8+
* Update `slam_node` to utilize LifecycleNode in accordance with changes made in `slam_toolbox`
9+
* Contributors: Kazushi Kurasawa, YusukeKato
10+
511
2.1.0 (2024-03-05)
612
------------------
713
* Use rplidar_a1_launch.py because rplidar.launch.py does not exist. (`#8 <https://github.com/rt-net/raspimouse_slam_navigation_ros2/issues/8>`_)

raspimouse_slam/package.xml

+1-1
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>raspimouse_slam</name>
5-
<version>2.1.0</version>
5+
<version>3.0.0</version>
66
<description>SLAM package for Raspberry Pi Mouse</description>
77
<maintainer email="shop@rt-net.jp">RT Corporation</maintainer>
88

raspimouse_slam_navigation/CHANGELOG.rst

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for package raspimouse_slam_navigation
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
3.0.0 (2024-11-28)
6+
------------------
7+
* Support ROS 2 Jazzy (`#13 <https://github.com/rt-net/raspimouse_slam_navigation_ros2/issues/13>`_)
8+
* Contributors: Kazushi Kurasawa, YusukeKato
9+
510
2.1.0 (2024-03-05)
611
------------------
712

raspimouse_slam_navigation/package.xml

+1-1
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>raspimouse_slam_navigation</name>
5-
<version>2.1.0</version>
5+
<version>3.0.0</version>
66
<description>SLAM and navigation packages for Raspberry Pi Mouse V3</description>
77
<maintainer email="shop@rt-net.jp">RT Corporation</maintainer>
88

0 commit comments

Comments
 (0)