Skip to content

Commit c5fee92

Browse files
author
Shota Aoki
authored
Update change log, version and requirements for Foxy release (#30)
* update README for ROS 2 Foxy * Bump version to 1.0.2 * Update changelog
1 parent 78e8816 commit c5fee92

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ ROS 2 node for the Raspberry Pi Mouse.
2323
- https://rt-net.jp/products/raspberrypimousev3/
2424
- [RT Robot Shop](https://www.rt-shop.jp/index.php?main_page=product_info&cPath=1299_1395&products_id=3774)
2525
- Linux OS
26-
- Ubuntu server 18.04
27-
- https://wiki.ubuntu.com/ARM/RaspberryPi
26+
- Ubuntu server 20.04
27+
- https://ubuntu.com/download/raspberry-pi
2828
- Device Driver
2929
- [rt-net/RaspberryPiMouse](https://github.com/rt-net/RaspberryPiMouse)
3030
- ROS
31-
- [Dashing Diademata](https://index.ros.org/doc/ros2/Installation/Dashing/Linux-Install-Debians/)
31+
- [Foxy Fitzroy](https://index.ros.org/doc/ros2/Installation/Foxy/Linux-Install-Debians/)
3232

3333
## Installation
3434

raspimouse/CHANGELOG.rst

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

5+
1.0.2 (2020-12-08)
6+
------------------
7+
* Update for foxy (`#29 <https://github.com/rt-net/raspimouse2/issues/29>`_)
8+
* Contributors: Shota Aoki
9+
510
1.0.1 (2020-06-10)
611
------------------
712
* Fix documents of release 1.0.0 (`#23 <https://github.com/rt-net/raspimouse2/issues/23>`_)

raspimouse/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</name>
5-
<version>1.0.1</version>
5+
<version>1.0.2</version>
66
<description>RaspiMouse ROS 2 node</description>
77
<maintainer email="shop@rt-net.jp">RT Corporation</maintainer>
88
<license>Apache License 2.0</license>

raspimouse_msgs/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_msgs
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
1.0.2 (2020-12-08)
6+
------------------
7+
58
1.0.1 (2020-06-10)
69
------------------
710
* Fix documents of release 1.0.0 (`#23 <https://github.com/rt-net/raspimouse2/issues/23>`_)

raspimouse_msgs/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_msgs</name>
5-
<version>1.0.1</version>
5+
<version>1.0.2</version>
66
<description>RaspiMouse messages</description>
77
<maintainer email="shop@rt-net.jp">RT Corporation</maintainer>
88
<license>Apache License 2.0</license>

0 commit comments

Comments
 (0)