forked from ARC-OPT/wbc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.xml
40 lines (37 loc) · 2.09 KB
/
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<package>
<description brief="Whole Body control library for multi-objective control of robots with redundant degress of freedom.">
The WBC library contains various implementations of whole-body feedback control approaches on velocity-, acceleration- and force/torque-level. It is meant for controlling robots with redundant degrees of freedom, like
humanoids or other legged robots with floating base, but also fixed-base systems like mobile manipulators, dual-arm systems or even simple manipulators. It is also meant for controlling multiple tasks simultaneously
while taking into account the physical constraints of the robot. E.g., on a humanoid robot do ... (1) keep balance (2) Grasp an object with one arm (3) maintaining an upright body posture (4) Consider the joint torque limits,
etc... WBC is a purely reactive approach, i.e., it does not involve any motion planning or trajectory optimization. However, it can be used to stabilize trajectories coming from a motion planner or trajectory optimizer
and integrate them with other objectives and physical constraints of the robot.
</description>
<author>Dennis Mronga/[email protected]</author>
<maintainer>Dennis Mronga/[email protected]</maintainer>
<license></license>
<url>https://github.com/ARC-OPT/wbc</url>
<logo>https://github.com/ARC-OPT/wbc/doc/images/arcopt_logo_v3_github.jpg</logo>
<tags>stable</tags>
<keywords>
<keyword>Control</keyword>
<keyword>Whole-Body Control</keyword>
<keyword>Optimization</keyword>
<keyword>Redundancy Resolution</keyword>
</keywords>
<stage>2</stage>
<use>single project</use>
<activity>active</activity>
<classifiers>
<classifier>c++</classifier>
<classifier>rock</classifier>
<classifier>ubuntu</classifier>
<classifier>python</classifier>
</classifiers>
<depend package="base/types" />
<depend package="control/kdl_parser" />
<depend package="control/qpOASES" />
<depend package="control/qpSWIFT"/>
<depend package="control/eiquadprog"/>
<depend package="control/pinocchio" />
<depend package="control/hyrodyn" optional="1"/>
</package>