forked from rock-simulation/simulation-orogen-mars
-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.xml
25 lines (24 loc) · 935 Bytes
/
manifest.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<package>
<description brief="Mars Core module for simulation purposes">
The mars-core module provides the base for other modules that require the simulation mars.
</description>
<author>Thomas Roehr/[email protected]</author>
<author>Matthias Goldhoorn/[email protected]</author>
<maintainer>Matthias Goldhoorn/[email protected]</maintainer>
<license></license>
<url>http://</url>
<logo>http://</logo>
<!-- Dependencies are resolved via osdep file in the autoproj configuration -->
<depend package="rtt" />
<depend package="tools/logger" />
<depend package="simulation/mars/app" />
<depend package="simulation/mars/gui" />
<depend package="simulation/mars/graphics" />
<depend package="simulation/mars/sim" />
<depend package="simulation/mars/scene_loader" />
<versioncontrol type="git" url="" />
<export>
<cpp cflags="" lflags="" />
</export>
<tags>needs_opt</tags>
</package>