forked from rock-tutorials/tutorials-orogen-rock_tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.xml
24 lines (22 loc) · 812 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
<package>
<description brief="orogen tasks for the rock tutorial">
This modul contains two Tasks, RockTutorialControl and
RockTutorialVisualization.
RockTutorialVisualization uses the vizkit RockVisualization
plugin to display a rock. RockTutorialControl receives a 2d
motion commad and generates in each time step a new position
and orientation for the tutorial rock.
</description>
<author>Sascha Arnold/[email protected]/</author>
<license></license>
<url>http://</url>
<logo>http://</logo>
<!-- rock library dependencies -->
<depend package="tutorials/rock_tutorial" />
<depend package="base/types" />
<depend package="drivers/orogen/controldev" />
<versioncontrol type="git" url="" />
<export>
<cpp cflags="" lflags="" />
</export>
</package>