Project

General

Profile

Statistics
| Branch: | Revision:

scoutos / scout / scoutsim / manifest.xml @ 9f547ef7

History | View | Annotate | Download (1.29 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
  <depend package="encoders" />
18
  
19
  <rosdep name="wxwidgets"/>
20

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

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

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

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

    
50