Skip to content

Commit

Permalink
[Docs] Add URL tags to package for wiki.ros.org (ZebraDevs#90)
Browse files Browse the repository at this point in the history
The <url> tag is required to automatically fill in at least some info
on the wiki pages. The extra tags will create links to our docs.
  • Loading branch information
moriarty authored Oct 25, 2018
1 parent da2b701 commit b96282c
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 4 deletions.
3 changes: 3 additions & 0 deletions fetch_calibration/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@

<license>Apache2</license>
<url>http://ros.org/wiki/fetch_calibration</url>
<url type="website">http://docs.fetchrobotics.com/calibration.html</url>
<url type="bugtracker">https://github.com/fetchrobotics/fetch_ros/issues</url>
<url type="repository">https://github.com/fetchrobotics/fetch_ros</url>

<buildtool_depend>catkin</buildtool_depend>

Expand Down
4 changes: 4 additions & 0 deletions fetch_depth_layer/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
<maintainer email="[email protected]">Alex Moriarty</maintainer>

<license>BSD</license>
<url>http://ros.org/wiki/fetch_depth_layer</url>
<url type="website">http://docs.fetchrobotics.com/perception.html</url>
<url type="bugtracker">https://github.com/fetchrobotics/fetch_ros/issues</url>
<url type="repository">https://github.com/fetchrobotics/fetch_ros</url>

<buildtool_depend>catkin</buildtool_depend>

Expand Down
5 changes: 5 additions & 0 deletions fetch_description/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
<maintainer email="[email protected]">Alex Moriarty</maintainer>

<license>CreativeCommons-Attribution-NonCommercial-NoDerivatives-4.0</license>
<url>http://ros.org/wiki/fetch_description</url>
<url type="website">http://docs.fetchrobotics.com/robot_hardware.html</url>
<url type="bugtracker">https://github.com/fetchrobotics/fetch_ros/issues</url>
<url type="repository">https://github.com/fetchrobotics/fetch_ros</url>

<buildtool_depend>catkin</buildtool_depend>
<run_depend>urdf</run_depend>
<run_depend>xacro</run_depend>
Expand Down
4 changes: 4 additions & 0 deletions fetch_ikfast_plugin/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
<maintainer email="[email protected]">Alex Moriarty</maintainer>

<license>Apache2</license>
<url>http://ros.org/wiki/fetch_ikfast_plugin</url>
<url type="website">http://docs.fetchrobotics.com/manipulation.html</url>
<url type="bugtracker">https://github.com/fetchrobotics/fetch_ros/issues</url>
<url type="repository">https://github.com/fetchrobotics/fetch_ros</url>

<buildtool_depend>catkin</buildtool_depend>

Expand Down
9 changes: 6 additions & 3 deletions fetch_maps/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,16 @@
<description>The fetch_maps package</description>

<author>Michael Ferguson</author>
<author>Michael Gregg</author>
<author>Aaron Blasdel</author>
<maintainer email="[email protected]">Russell Toris</maintainer>
<maintainer email="[email protected]">Alex Moriarty</maintainer>

<author>Michael Gregg</author>
<author>Michael Ferguson</author>
<author>Aaron Blasdel</author>
<license>BSD</license>
<url>http://ros.org/wiki/fetch_maps</url>
<url type="website">http://docs.fetchrobotics.com/navigation.html</url>
<url type="bugtracker">https://github.com/fetchrobotics/fetch_ros/issues</url>
<url type="repository">https://github.com/fetchrobotics/fetch_ros</url>

<buildtool_depend>catkin</buildtool_depend>
</package>
1 change: 1 addition & 0 deletions fetch_moveit_config/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<maintainer email="[email protected]">Alex Moriarty</maintainer>

<license>BSD</license>
<url>http://ros.org/wiki/fetch_moveit_config</url>

<url type="website">http://moveit.ros.org/</url>
<url type="bugtracker">https://github.com/ros-planning/moveit_setup_assistant/issues</url>
Expand Down
5 changes: 4 additions & 1 deletion fetch_navigation/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
<maintainer email="[email protected]">Alex Moriarty</maintainer>

<license>BSD</license>
<author>Michael Ferguson</author>
<url>http://ros.org/wiki/fetch_navigation</url>
<url type="website">http://docs.fetchrobotics.com/navigation.html</url>
<url type="bugtracker">https://github.com/fetchrobotics/fetch_ros/issues</url>
<url type="repository">https://github.com/fetchrobotics/fetch_ros</url>

<buildtool_depend>catkin</buildtool_depend>

Expand Down
3 changes: 3 additions & 0 deletions fetch_teleop/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@

<license>BSD</license>
<url>http://ros.org/wiki/fetch_teleop</url>
<url type="website">http://docs.fetchrobotics.com/teleop.html</url>
<url type="bugtracker">https://github.com/fetchrobotics/fetch_ros/issues</url>
<url type="repository">https://github.com/fetchrobotics/fetch_ros</url>

<buildtool_depend>catkin</buildtool_depend>

Expand Down

0 comments on commit b96282c

Please sign in to comment.