Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.1.0リリースのためにCHANGELOG.rstとpackage.xmlを更新 #78

Merged
merged 2 commits into from
Mar 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions raspimouse_fake/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package raspimouse_fake
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.1.0 (2024-03-05)
------------------

2.0.0 (2023-11-07)
------------------
* シミュレータ環境に擬似的なラズパイマウスノードを追加 (`#69 <https://github.com/rt-net/raspimouse_sim/issues/69>`_)
Expand Down
2 changes: 1 addition & 1 deletion raspimouse_fake/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>raspimouse_fake</name>
<version>2.0.0</version>
<version>2.1.0</version>
<description>The raspimouse_control package</description>
<maintainer email="shop@rt-net.jp">RT Corporation</maintainer>
<license>MIT</license>
Expand Down
11 changes: 11 additions & 0 deletions raspimouse_gazebo/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
Changelog for package raspimouse_gazebo
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.1.0 (2024-03-05)
------------------
* シミュレータ環境でSLAMとNavigationを実行 (`#77 <https://github.com/rt-net/raspimouse_sim/issues/77>`_)
Co-authored-by: Shota Aoki <s.aoki@rt-net.jp>
* コントローラのパラメータを調整してオドメトリのズレを修正 (`#76 <https://github.com/rt-net/raspimouse_sim/issues/76>`_)
* camera_downwardがtrueのときRGBカメラが斜め下を向くように変更 (`#75 <https://github.com/rt-net/raspimouse_sim/issues/75>`_)
Co-authored-by: Shota Aoki <s.aoki@rt-net.jp>
* ライントレース用のコースを作成 (`#74 <https://github.com/rt-net/raspimouse_sim/issues/74>`_)
Co-authored-by: Shota Aoki <s.aoki@rt-net.jp>
* Contributors: YusukeKato

2.0.0 (2023-11-07)
------------------
* Gazebo上で画像トピックを配信できるようにbridgeを設定 (`#71 <https://github.com/rt-net/raspimouse_sim/issues/71>`_)
Expand Down
2 changes: 1 addition & 1 deletion raspimouse_gazebo/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>raspimouse_gazebo</name>
<version>2.0.0</version>
<version>2.1.0</version>
<description>The raspimouse_gazebo package</description>
<maintainer email="shop@rt-net.jp">RT Corporation</maintainer>
<license>MIT</license>
Expand Down
3 changes: 3 additions & 0 deletions raspimouse_sim/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package raspimouse_sim
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.1.0 (2024-03-05)
------------------

2.0.0 (2023-11-07)
------------------
* ROS 2 Humble環境のraspimouse_with_emptyworld.launch.pyを実装 (`#66 <https://github.com/rt-net/raspimouse_sim/issues/66>`_)
Expand Down
2 changes: 1 addition & 1 deletion raspimouse_sim/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>raspimouse_sim</name>
<version>2.0.0</version>
<version>2.1.0</version>
<description>ROS 2 package suite for Raspberry Pi Mouse Simulator</description>
<maintainer email="shop@rt-net.jp">RT Corporation</maintainer>
<license>MIT</license>
Expand Down