Project

General

Profile

Statistics
| Branch: | Revision:

scoutos / scout / scoutsim / manifest.xml @ 82f3f746

History | View | Annotate | Download (1.42 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
  <depend package="linesensor" />
19
  <depend package="geometry_msgs" />
20
  
21
  <rosdep name="wxwidgets"/>
22

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

    
30
  <platform os="ubuntu" version="9.04"/>
31
  <platform os="ubuntu" version="9.10"/>
32
  <platform os="ubuntu" version="10.04"/>
33

    
34
  <rosbuild2>
35
    <depend package="roscpp"/>
36
    <depend package="roslib"/>
37
    <depend package="rosconsole"/>
38
    <depend package="std_srvs"/>
39
    <depend package="motors" />
40
    <depend package="encoders" />
41
    <depend package="geometry_msgs" />
42

    
43
    <msgs>
44
      msg/Color.msg  msg/Pose.msg  msg/Velocity.msg msg/teleop_input.msg
45
    </msgs>
46
    <srvs>
47
      srv/Kill.srv  
48
      srv/SetPen.srv  srv/Spawn.srv  srv/TeleportAbsolute.srv  srv/TeleportRelative.srv
49
    </srvs>
50
  </rosbuild2>
51
</package>
52

    
53