forked from rock-control/control-orogen-auv_control
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.xml
16 lines (16 loc) · 846 Bytes
/
manifest.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<package>
<description brief="Generic implementation of a control layer for AUVs">
This is a componentized implementation of a flexible control layer for
AUVs. It allows to combine different controllers on different axis (as for
instance a bottom follower controlling Z and pitch positions and a
pipeline follower taking care of heading) in a way that is safe (checking
that no two controllers control the same axis for instance) and reusable.
</description>
<maintainer>Sascha Arnold/sascha.arnold@dfki.de</maintainer>
<maintainer>Sylvain Joyeux/bir.sylvain@gmail.com</maintainer>
<author>Tim Lehr/lehr@informatik.uni-bremen.de</author>
<license>LGPLv2 or later</license>
<depend package="base/types"/>
<depend package="base/orogen/types"/>
<depend package="control/motor_controller"/>
</package>