Project

General

Profile

Statistics
| Branch: | Revision:

scoutos / scout / scoutsim / manifest.xml @ d1cc615c

History | View | Annotate | Download (1.23 KB)

1
<package>
2
  <description brief="scoutsim">
3

    
4
    scoutsim is a tool to simulate the Colony Scout platform, so that new
5
    behaviors can be prototyped rapidly.
6

    
7
  </description>
8
  <author>Alex Zirbel</author>
9
  <license>BSD</license>
10
  <review status="unreviewed" notes=""/>
11
  <url></url>
12
  <depend package="roscpp"/>
13
  <depend package="roslib"/>
14
  <depend package="rosconsole"/>
15
  <depend package="std_srvs"/>
16
  <depend package="motors" />
17
  
18
  <rosdep name="wxwidgets"/>
19

    
20
  <!--<export>
21
    <cpp cflags="-I${prefix}/msg/cpp -I${prefix}/srv/cpp"/>
22
  </export>-->
23
  <export>
24
    <cpp cflags="-I${prefix}/msg/cpp -I${prefix}/srv/cpp -I${prefix}/include" lflags="-Wl,-rpath,${prefix}/lib -L${prefix}/libk"/>
25
  </export>
26

    
27
  <platform os="ubuntu" version="9.04"/>
28
  <platform os="ubuntu" version="9.10"/>
29
  <platform os="ubuntu" version="10.04"/>
30

    
31
  <rosbuild2>
32
    <depend package="roscpp"/>
33
    <depend package="roslib"/>
34
    <depend package="rosconsole"/>
35
    <depend package="std_srvs"/>
36
    <depend package="motors" />
37

    
38
    <msgs>
39
      msg/Color.msg  msg/Pose.msg  msg/Velocity.msg 
40
    </msgs>
41
    <srvs>
42
      srv/Kill.srv  
43
      srv/SetPen.srv  srv/Spawn.srv  srv/TeleportAbsolute.srv  srv/TeleportRelative.srv
44
    </srvs>
45
  </rosbuild2>
46
</package>
47

    
48