Project

General

Profile

Statistics
| Branch: | Revision:

scoutos / scout / scoutsim / manifest.xml @ e1d66e9a

History | View | Annotate | Download (1.38 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="geometry_msgs" />
19
  
20
  <rosdep name="wxwidgets"/>
21

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

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

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

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

    
52