Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] Add URL tags to package for wiki.ros.org (backport) #91

Merged
merged 2 commits into from Mar 14, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 4 additions & 1 deletion fetch_calibration/package.xml
Expand Up @@ -10,7 +10,10 @@
<maintainer email="amoriarty@fetchrobotics.com">Alex Moriarty</maintainer>

<license>Apache2</license>
<url>http://ros.org/wiki/fetch_calibration</url>
<url type="wiki">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
Expand Up @@ -9,6 +9,10 @@
<maintainer email="amoriarty@fetchrobotics.com">Alex Moriarty</maintainer>

<license>BSD</license>
<url type="wiki">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
Expand Up @@ -11,6 +11,11 @@
<maintainer email="amoriarty@fetchrobotics.com">Alex Moriarty</maintainer>

<license>CreativeCommons-Attribution-NonCommercial-NoDerivatives-4.0</license>
<url type="wiki">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
Expand Up @@ -11,6 +11,10 @@
<maintainer email="amoriarty@fetchrobotics.com">Alex Moriarty</maintainer>

<license>Apache2</license>
<url type="wiki">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
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="rtoris@fetchrobotics.com">Russell Toris</maintainer>
<maintainer email="amoriarty@fetchrobotics.com">Alex Moriarty</maintainer>

<author>Michael Gregg</author>
<author>Michael Ferguson</author>
<author>Aaron Blasdel</author>
<license>BSD</license>
<url type="wiki">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
Expand Up @@ -11,6 +11,7 @@
<maintainer email="amoriarty@fetchrobotics.com">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
Expand Up @@ -8,7 +8,10 @@
<maintainer email="amoriarty@fetchrobotics.com">Alex Moriarty</maintainer>

<license>BSD</license>
<author>Michael Ferguson</author>
<url type="wiki">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
5 changes: 4 additions & 1 deletion fetch_teleop/package.xml
Expand Up @@ -10,7 +10,10 @@
<maintainer email="amoriarty@fetchrobotics.com">Alex Moriarty</maintainer>

<license>BSD</license>
<url>http://ros.org/wiki/fetch_teleop</url>
<url type="wiki">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