Project

General

Profile

Statistics
| Branch: | Revision:

robobuggy / scoutos / scout / scoutsim / package.xml @ b801d618

History | View | Annotate | Download (1.3 KB)

1
<?xml version="1.0"?>
2
<package>
3
  <name>scoutsim</name>
4
  <version>0.1.1</version>
5
  <description>                                                              
6
    Scoutsim.
7
  </description>
8
  <maintainer email="msebek@andrew.cmu.edu">Matthew Sebek</maintainer>
9
  <license>BSD</license>
10

    
11
  <!-- Lol just gonna leave these here for now... -->
12
  <url type="bugtracker">https://github.com/ros/ros_tutorials/issues</url>
13
  <url type="repository">https://github.com/ros/ros_tutorials</url>
14
  <author>Priya!</author>
15

    
16
  <buildtool_depend>catkin</buildtool_depend>
17

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

    
29
  <run_depend>libqt4</run_depend>
30
  <run_depend>message_runtime</run_depend>
31
  <run_depend>rosconsole</run_depend>
32
  <run_depend>roscpp</run_depend>
33
  <run_depend>roscpp_serialization</run_depend>
34
  <run_depend>roslib</run_depend>
35
  <run_depend>rostime</run_depend>
36
  <run_depend>std_msgs</run_depend>
37
  <run_depend>std_srvs</run_depend>
38
</package>