-
Notifications
You must be signed in to change notification settings - Fork 24
/
manifest.xml
41 lines (41 loc) · 2.01 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
41
<package>
<description brief="Double Pendulum">
This project offers an open-source and low-cost kit to test control algorithms
for underactuated robots with strongly non-linear dynamics. It implements a
**double pendulum** platform built using two quasi-direct drive actuators
(QDDs). Due to low friction and high mechanical transparency offered by QDDs,
one of the actuators can be kept passive and be used as an encoder. When the
shoulder motor is passive and elbow motor is active, the system serves as an
**acrobot** and when the shoulder is active and elbow is passive, the system
serves as a **pendubot** setup. This project describes the _offline_ and
_online_ control methods which can be studied using this dual purpose kit,
lists its components, discusses best practices for implementation, presents
results from experiments with the simulator and the real system. This
repository describes the hardware (CAD, Bill Of Materials (BOM) etc.) required
to build the physical system and provides the software (URDF models, simulation
and controller) to control it.
</description>
<author>Underactuated Robotics Lab/[email protected]</author>
<maintainer>Felix Wiebe/[email protected]</maintainer>
<maintainer>Mahdi Javadi/[email protected]</maintainer>
<license>BSD</license>
<url>https://github.com/dfki-ric-underactuated-lab/double_pendulum</url>
<logo>https://github.com/dfki-ric-underactuated-lab/double_pendulum/blob/main/docs/figures/chaotic_freefall_long_exposure_shot.jpg</logo>
<keywords>
<keyword>control</keyword>
<keyword>optimal control</keyword>
<keyword>underactuation</keyword>
<keyword>dynamics</keyword>
<keyword>double pendulum</keyword>
<keyword>acrobot</keyword>
<keyword>pendubot</keyword>
</keywords>
<stage>0</stage>
<use>single project</use>
<activity>active</activity>
<classifiers>
<classifier>c++</classifier>
<classifier>python</classifier>
<classifier>ubuntu</classifier>
</classifiers>
</package>