Skip to content

Commit 73b465e

Browse files
authored
2.1.0リリースのためにCHANGELOG.rstとpackage.xmlを更新 (#78)
* リリースのためにCHANGELOG.rstを更新 * 2.1.0
1 parent 90fd430 commit 73b465e

File tree

6 files changed

+20
-3
lines changed

6 files changed

+20
-3
lines changed

raspimouse_fake/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package raspimouse_fake
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.1.0 (2024-03-05)
6+
------------------
7+
58
2.0.0 (2023-11-07)
69
------------------
710
* シミュレータ環境に擬似的なラズパイマウスノードを追加 (`#69 <https://github.com/rt-net/raspimouse_sim/issues/69>`_)

raspimouse_fake/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>raspimouse_fake</name>
5-
<version>2.0.0</version>
5+
<version>2.1.0</version>
66
<description>The raspimouse_control package</description>
77
<maintainer email="shop@rt-net.jp">RT Corporation</maintainer>
88
<license>MIT</license>

raspimouse_gazebo/CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
Changelog for package raspimouse_gazebo
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.1.0 (2024-03-05)
6+
------------------
7+
* シミュレータ環境でSLAMとNavigationを実行 (`#77 <https://github.com/rt-net/raspimouse_sim/issues/77>`_)
8+
Co-authored-by: Shota Aoki <s.aoki@rt-net.jp>
9+
* コントローラのパラメータを調整してオドメトリのズレを修正 (`#76 <https://github.com/rt-net/raspimouse_sim/issues/76>`_)
10+
* camera_downwardがtrueのときRGBカメラが斜め下を向くように変更 (`#75 <https://github.com/rt-net/raspimouse_sim/issues/75>`_)
11+
Co-authored-by: Shota Aoki <s.aoki@rt-net.jp>
12+
* ライントレース用のコースを作成 (`#74 <https://github.com/rt-net/raspimouse_sim/issues/74>`_)
13+
Co-authored-by: Shota Aoki <s.aoki@rt-net.jp>
14+
* Contributors: YusukeKato
15+
516
2.0.0 (2023-11-07)
617
------------------
718
* Gazebo上で画像トピックを配信できるようにbridgeを設定 (`#71 <https://github.com/rt-net/raspimouse_sim/issues/71>`_)

raspimouse_gazebo/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>raspimouse_gazebo</name>
5-
<version>2.0.0</version>
5+
<version>2.1.0</version>
66
<description>The raspimouse_gazebo package</description>
77
<maintainer email="shop@rt-net.jp">RT Corporation</maintainer>
88
<license>MIT</license>

raspimouse_sim/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package raspimouse_sim
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.1.0 (2024-03-05)
6+
------------------
7+
58
2.0.0 (2023-11-07)
69
------------------
710
* ROS 2 Humble環境のraspimouse_with_emptyworld.launch.pyを実装 (`#66 <https://github.com/rt-net/raspimouse_sim/issues/66>`_)

raspimouse_sim/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>raspimouse_sim</name>
5-
<version>2.0.0</version>
5+
<version>2.1.0</version>
66
<description>ROS 2 package suite for Raspberry Pi Mouse Simulator</description>
77
<maintainer email="shop@rt-net.jp">RT Corporation</maintainer>
88
<license>MIT</license>

0 commit comments

Comments
 (0)