-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update maintainer and author in package.xml (#23)
* Update maintainer and author in package.xml * Fix package.xml to pass CI test
- Loading branch information
Shota Aoki
authored
Nov 10, 2020
1 parent
3567c84
commit a73b352
Showing
6 changed files
with
18 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,11 @@ | |
<name>crane_plus</name> | ||
<version>0.1.0</version> | ||
<description>ROS 2 package suite of CRANE+V2</description> | ||
<maintainer email="s.aoki@rt-net.jp">ShotaAk</maintainer> | ||
<maintainer email="shop@rt-net.jp">RT Corporation</maintainer> | ||
<license>Apache License 2.0</license> | ||
|
||
<author email="[email protected]">ShotaAk</author> | ||
|
||
<url type="website">https://rt-net.jp/products/cranev2/</url> | ||
<url type="bugtracker">https://github.com/rt-net/crane_plus/issues</url> | ||
<url type="repository">https://github.com/rt-net/crane_plus</url> | ||
|
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 |
---|---|---|
|
@@ -4,9 +4,11 @@ | |
<name>crane_plus_control</name> | ||
<version>0.1.0</version> | ||
<description>CRANE+V2 control package</description> | ||
<maintainer email="s.aoki@rt-net.jp">ShotaAk</maintainer> | ||
<maintainer email="shop@rt-net.jp">RT Corporation</maintainer> | ||
<license>Apache License 2.0</license> | ||
|
||
<author email="[email protected]">ShotaAk</author> | ||
|
||
<buildtool_depend>ament_cmake</buildtool_depend> | ||
|
||
<depend>controller_interface</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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,11 @@ | |
<name>crane_plus_description</name> | ||
<version>0.1.0</version> | ||
<description>CRANE+V2 description package</description> | ||
<maintainer email="s.aoki@rt-net.jp">ShotaAk</maintainer> | ||
<maintainer email="shop@rt-net.jp">RT Corporation</maintainer> | ||
<license>Apache License 2.0</license> | ||
|
||
<author email="[email protected]">ShotaAk</author> | ||
|
||
<buildtool_depend>ament_cmake</buildtool_depend> | ||
|
||
<depend>joint_state_publisher_gui</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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,11 @@ | |
<name>crane_plus_examples</name> | ||
<version>0.1.0</version> | ||
<description>CRANE+V2 examples package</description> | ||
<maintainer email="s.aoki@rt-net.jp">ShotaAk</maintainer> | ||
<maintainer email="shop@rt-net.jp">RT Corporation</maintainer> | ||
<license>Apache License 2.0</license> | ||
|
||
<author email="[email protected]">ShotaAk</author> | ||
|
||
<buildtool_depend>ament_cmake</buildtool_depend> | ||
|
||
<depend>crane_plus_control</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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,11 @@ | |
<name>crane_plus_gazebo</name> | ||
<version>0.1.0</version> | ||
<description>CRANE+V2 gazebo simulation package</description> | ||
<maintainer email="s.aoki@rt-net.jp">ShotaAk</maintainer> | ||
<maintainer email="shop@rt-net.jp">RT Corporation</maintainer> | ||
<license>Apache License 2.0</license> | ||
|
||
<author email="[email protected]">ShotaAk</author> | ||
|
||
<buildtool_depend>ament_cmake</buildtool_depend> | ||
|
||
<depend>crane_plus_moveit_config</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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,11 @@ | |
<name>crane_plus_moveit_config</name> | ||
<version>0.1.0</version> | ||
<description>CRANE+V2 move_group config package</description> | ||
<maintainer email="s.aoki@rt-net.jp">ShotaAk</maintainer> | ||
<maintainer email="shop@rt-net.jp">RT Corporation</maintainer> | ||
<license>Apache License 2.0</license> | ||
|
||
<author email="[email protected]">ShotaAk</author> | ||
|
||
<buildtool_depend>ament_cmake</buildtool_depend> | ||
|
||
<depend>moveit_ros_move_group</depend> | ||
|