-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add authors to package.xml * Update CHANGELOG for 1.1.0 * Bump up version of package.xml * Update raspimouse/CHANGELOG.rst Co-authored-by: Shuhei Kozasa <[email protected]> * Update raspimouse/package.xml Co-authored-by: Shuhei Kozasa <[email protected]> * Update raspimouse_msgs/package.xml Co-authored-by: Shuhei Kozasa <[email protected]> Co-authored-by: Shuhei Kozasa <[email protected]>
- Loading branch information
Shota Aoki
and
Shuhei Kozasa
authored
Jul 29, 2022
1 parent
6fbb6a8
commit ce12d2c
Showing
4 changed files
with
21 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,11 +2,14 @@ | |
<?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>1.0.2</version> | ||
<version>1.1.0</version> | ||
<description>RaspiMouse ROS 2 node</description> | ||
<maintainer email="[email protected]">RT Corporation</maintainer> | ||
<license>Apache License 2.0</license> | ||
|
||
<author email="[email protected]">Shota Aoki</author> | ||
<author email="[email protected]">Daisuke Sato</author> | ||
<author email="[email protected]">Shuhei Kozasa</author> | ||
<author email="[email protected]">Geoffrey Biggs</author> | ||
|
||
<buildtool_depend>ament_cmake</buildtool_depend> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,11 +2,13 @@ | |
<?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>1.0.2</version> | ||
<version>1.1.0</version> | ||
<description>RaspiMouse messages</description> | ||
<maintainer email="[email protected]">RT Corporation</maintainer> | ||
<license>Apache License 2.0</license> | ||
|
||
<author email="[email protected]">Shota Aoki</author> | ||
<author email="[email protected]">Daisuke Sato</author> | ||
<author email="[email protected]">Geoffrey Biggs</author> | ||
|
||
<buildtool_depend>ament_cmake</buildtool_depend> | ||
|