-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmanifest.xml
19 lines (18 loc) · 926 Bytes
/
manifest.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<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/[email protected]</maintainer>
<maintainer>Sylvain Joyeux/[email protected]</maintainer>
<author>Tim Lehr/[email protected]</author>
<license>LGPLv2 or later</license>
<depend package="base/types"/>
<depend package="base/orogen/types"/>
<depend package="control/motor_controller"/>
<depend package="base/logging"/>
<test_depend package="tools/orocos.rb" />
</package>