-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.xml
25 lines (22 loc) · 822 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="Instantaneous trajectory generation component">
The components in this task library uses Reflexxes Motion Libraries (RML) to generate smooth motion commands based on the current state of the system, the target state and motion constraints.
</description>
<author>Dennis Mronga/[email protected]</author>
<license>LGPL</license>
<keywords>
<keyword>Control</keyword>
<keyword>Interpolation</keyword>
</keywords>
<stage>0</stage>
<use>multi project</use>
<activity>active</activity>
<classifiers>
<classifier>c++</classifier>
<classifier>rock</classifier>
<classifier>ubuntu</classifier>
</classifiers>
<depend package="base/types" />
<depend package="control/reflexxes" />
<depend package="control/joint_control_base" />
</package>