Skip to content

Commit

Permalink
Release 0.2.0 (#18)
Browse files Browse the repository at this point in the history
* Add CHANGELOG

* 0.2.0

* Fix indent
  • Loading branch information
Tiryoh authored May 22, 2020
1 parent 779e692 commit ef2ca75
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 2 deletions.
48 changes: 48 additions & 0 deletions raspimouse/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package raspimouse
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.2.0 (2020-05-21)
------------------
* Change pulse counter for calculating odometry accurately (`#16 <https://github.com/rt-net/raspimouse2/issues/16>`_)
* Add lint check (`#14 <https://github.com/rt-net/raspimouse2/issues/14>`_)

* Add ament_lint_auto
* Fix package.xml for xmllint
* Fix CMakeLists for cmake_lint
* Fix raspimouse_component.hpp for cpp_lint
* Fix raspimouse_component.hpp for uncrustify
* Fix raspimouse_component.cpp for cpp_lint
* fix raspimouse_component.cpp for uncrustify
* fix raspimouse.cpp for uncrustify
* Update README.md
* Update tf timestamp on use_pulse_counters\_ == true (`#6 <https://github.com/rt-net/raspimouse2/issues/6>`_)
* invert switch status (`#11 <https://github.com/rt-net/raspimouse2/issues/11>`_)

* invert switch status
* Refactoring
* change to base_footprint (`#5 <https://github.com/rt-net/raspimouse2/issues/5>`_)
* Fix odom (`#4 <https://github.com/rt-net/raspimouse2/issues/4>`_)

* comment in tf
* initialize all instance variables
* update readme
* fix odom\_
* Re-enable tf (`#3 <https://github.com/rt-net/raspimouse2/issues/3>`_)

* comment in tf
* initialize all instance variables
* update readme
* Add Dashing support (`#2 <https://github.com/rt-net/raspimouse2/issues/2>`_)
* Add Crystal support (`#1 <https://github.com/rt-net/raspimouse2/issues/1>`_)

* Add Crystal support
* Use type alias for CallbackReturn
* Add readme
* Adding sensors
* Contributors: Daisuke Sato, Geoffrey Biggs, Shota Aoki, Shota Hirama, Yutaka Kondo

0.1.0 (2018-09-07)
------------------
* Initial commit
* Contributors: Geoffrey Biggs
2 changes: 1 addition & 1 deletion raspimouse/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</name>
<version>0.1.0</version>
<version>0.2.0</version>
<description>RaspiMouse ROS 2 node</description>
<maintainer email="git@killbots.net">Geoffrey Biggs</maintainer>
<license>Apache License 2.0</license>
Expand Down
24 changes: 24 additions & 0 deletions raspimouse_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package raspimouse_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.2.0 (2020-05-21)
------------------
* Add lint check (`#14 <https://github.com/rt-net/raspimouse2/issues/14>`_)

* Add ament_lint_auto
* Fix package.xml for xmllint
* Fix CMakeLists for cmake_lint
* Fix raspimouse_component.hpp for cpp_lint
* Fix raspimouse_component.hpp for uncrustify
* Fix raspimouse_component.cpp for cpp_lint
* fix raspimouse_component.cpp for uncrustify
* fix raspimouse.cpp for uncrustify
* Update README.md
* Adding sensors
* Contributors: Geoffrey Biggs, Shota Aoki

0.1.0 (2018-09-07)
------------------
* Initial commit
* Contributors: Geoffrey Biggs
2 changes: 1 addition & 1 deletion raspimouse_msgs/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_msgs</name>
<version>0.1.0</version>
<version>0.2.0</version>
<description>RaspiMouse messages</description>
<maintainer email="git@killbots.net">Geoffrey Biggs</maintainer>
<license>Apache License 2.0</license>
Expand Down

0 comments on commit ef2ca75

Please sign in to comment.