Project

General

Profile

Statistics
| Branch: | Revision:

robobuggy / buggyvis / package.xml @ f75a88be

History | View | Annotate | Download (1.52 KB)

1
<?xml version="1.0"?>
2
<package>
3
  <name>buggyvis</name>
4
  <version>0.1.1</version>
5
  <description>
6
    buggyvis works as a visualizer, so we can see what the computer is seeing.
7
  </description>
8
  <maintainer email="msebek@andrew.cmu.eud">Matthew Sebek</maintainer>
9
  <license>BSD</license>
10

    
11
  <!-- Lol just gonna leave these here for now... -->
12
  <url type="website">http://www.ros.org/wiki/turtlesim</url>
13
  <url type="bugtracker">https://github.com/ros/ros_tutorials/issues</url>
14
  <url type="repository">https://github.com/ros/ros_tutorials</url>
15
  <author>Josh Faust</author>
16

    
17
  <buildtool_depend>catkin</buildtool_depend>
18

    
19
  <build_depend>message_generation</build_depend>
20
  <build_depend>libqt4-dev</build_depend>
21
  <build_depend>qt4-qmake</build_depend>
22
  <build_depend>rosconsole</build_depend>
23
  <build_depend>roscpp</build_depend>
24
  <build_depend>roscpp_serialization</build_depend>
25
  <build_depend>roslib</build_depend>
26
  <build_depend>rostime</build_depend>
27
  <build_depend>std_msgs</build_depend>
28
  <build_depend>std_srvs</build_depend>
29
  <build_depend>buggymsgs</build_depend>
30
  <build_depend>buggymaps</build_depend>
31

    
32
  <run_depend>libqt4</run_depend>
33
  <run_depend>message_runtime</run_depend>
34
  <run_depend>rosconsole</run_depend>
35
  <run_depend>roscpp</run_depend>
36
  <run_depend>roscpp_serialization</run_depend>
37
  <run_depend>roslib</run_depend>
38
  <run_depend>rostime</run_depend>
39
  <run_depend>std_msgs</run_depend>
40
  <run_depend>std_srvs</run_depend>
41
  <run_depend>buggymsgs</run_depend>
42
  <run_depend>buggymaps</run_depend>
43

    
44
</package>