Skip to content

Commit

Permalink
Issue #6: Add bugtracker and repo info to package.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
corot committed Aug 24, 2013
1 parent 964212a commit 44ca1e2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
7 changes: 6 additions & 1 deletion create_dashboard/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,22 @@
</description>
<maintainer email="[email protected]">Marcus Liebhardt</maintainer>
<license>BSD</license>
<url>http://ros.org/wiki/create_dashboard</url>

<url type="website">http://ros.org/wiki/create_dashboard</url>
<url type="repository">https://github.com/turtlebot/turtlebot_create_desktop</url>
<url type="bugtracker">https://github.com/turtlebot/turtlebot_create_desktop/issues</url>
<author email="[email protected]">Ze'ev Klapow</author>
<author email="[email protected]">Marcus Liebhardt</author>

<buildtool_depend>catkin</buildtool_depend>

<build_depend>create_node</build_depend>
<build_depend>diagnostic_msgs</build_depend>
<build_depend>rospy</build_depend>
<build_depend>rqt_gui</build_depend>
<build_depend>rqt_gui_py</build_depend>
<build_depend>rqt_robot_dashboard</build_depend>

<run_depend>create_node</run_depend>
<run_depend>diagnostic_msgs</run_depend>
<run_depend>rospy</run_depend>
Expand Down
6 changes: 5 additions & 1 deletion create_gazebo_plugins/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,19 @@
<maintainer email="[email protected]">Nate Koenig</maintainer>
<license>BSD</license>
<author email="[email protected]">Nate Koenig</author>
<url>http://ros.org/wiki/create_gazebo_plugins</url>
<url type="website">http://ros.org/wiki/create_gazebo_plugins</url>
<url type="repository">https://github.com/turtlebot/turtlebot_create_desktop</url>
<url type="bugtracker">https://github.com/turtlebot/turtlebot_create_desktop/issues</url>

<buildtool_depend>catkin</buildtool_depend>

<build_depend>create_node</build_depend>
<build_depend>gazebo_ros</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>nav_msgs</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>sensor_msgs</build_depend>

<run_depend>create_node</run_depend>
<run_depend>gazebo_ros</run_depend>
<run_depend>geometry_msgs</run_depend>
Expand Down
2 changes: 2 additions & 0 deletions turtlebot_create_desktop/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<maintainer email="[email protected]">Marcus Liebhardt</maintainer>
<license>BSD</license>
<url type="website">http://ros.org/wiki/turtlebot_create_desktop</url>
<url type="repository">https://github.com/turtlebot/turtlebot_create_desktop</url>
<url type="bugtracker">https://github.com/turtlebot/turtlebot_create_desktop/issues</url>
<author email="[email protected]">Marcus Liebhardt</author>

<buildtool_depend>catkin</buildtool_depend>
Expand Down

0 comments on commit 44ca1e2

Please sign in to comment.