Skip to content

Commit

Permalink
Update maintainer and author in package.xml (#23)
Browse files Browse the repository at this point in the history
* 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
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
4 changes: 3 additions & 1 deletion crane_plus/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 3 additions & 1 deletion crane_plus_control/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 3 additions & 1 deletion crane_plus_description/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 3 additions & 1 deletion crane_plus_examples/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 3 additions & 1 deletion crane_plus_gazebo/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 3 additions & 1 deletion crane_plus_moveit_config/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit a73b352

Please sign in to comment.