Skip to content

Commit

Permalink
[package.xml] adds: license(BSD), author, maintainers (#45)
Browse files Browse the repository at this point in the history
* [package.xml] update maintainers
* [fetchit_challenge] adds license(BSD), author, maintainers
* [fetchit_challenge] add <url> tags to package.xml
  • Loading branch information
moriarty authored Mar 17, 2019
1 parent 13fe270 commit ccb5ad3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
4 changes: 3 additions & 1 deletion fetch_gazebo/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
Gazebo package for Fetch.
</description>
<author>Michael Ferguson</author>
<maintainer email="[email protected]">Michael Ferguson</maintainer>
<maintainer email="[email protected]">Alex Moriarty</maintainer>
<maintainer email="[email protected]">Niharika Arora</maintainer>
<maintainer email="[email protected]">Sarah Elliott</maintainer>
<license>BSD</license>
<url>http://ros.org/wiki/fetch_gazebo</url>

Expand Down
4 changes: 3 additions & 1 deletion fetch_gazebo_demo/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
Demos for fetch_gazebo package.
</description>
<author>Michael Ferguson</author>
<maintainer email="[email protected]">Michael Ferguson</maintainer>
<maintainer email="[email protected]">Alex Moriarty</maintainer>
<maintainer email="[email protected]">Niharika Arora</maintainer>
<maintainer email="[email protected]">Sarah Elliott</maintainer>
<license>BSD</license>
<url>http://ros.org/wiki/fetch_gazebo_demo</url>

Expand Down
11 changes: 10 additions & 1 deletion fetchit_challenge/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,18 @@
<version>0.0.0</version>
<description>The fetchit_challenge package</description>

<author>Miguel Angel Rodriguez</author>
<maintainer email="[email protected]">RDaneelOlivaw</maintainer>
<maintainer email="[email protected]">Alex Moriarty</maintainer>
<maintainer email="[email protected]">Niharika Arora</maintainer>
<maintainer email="[email protected]">Sarah Elliott</maintainer>

<license>TODO</license>
<license>BSD</license>
<url type="wiki">http://ros.org/wiki/fetch_gazebo</url>
<url type="website">https://opensource.fetchrobotics.com/competition</url>
<url type="documentation">https://docs.fetchrobotics.com/gazebo.html#launch-it-on-rosds</url>
<url type="bugtracker">https://github.com/fetchrobotics/fetch_gazebo/issues</url>
<url type="repository">https://github.com/fetchrobotics/fetch_gazebo</url>

<buildtool_depend>catkin</buildtool_depend>
<build_depend>gazebo_ros</build_depend>
Expand Down

0 comments on commit ccb5ad3

Please sign in to comment.