-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathREADME
70 lines (53 loc) · 2.3 KB
/
README
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
[](https://github.com/dyalab/amino/actions/workflows/ci.yml)
[](https://app.travis-ci.com/github/dyalab/amino)

Amino is library of basic utilities for robotics software. It covers
mathematical and linear algebra routines, memory management,
time-handling, and various utilities.
FEATURES
========
* Extensive support for SE(3) representations and operations,
including velocities and derivatives
* Kinematic robot models as scene graphs / kinematic trees
* Visualization using OpenGL and POVRay
* Lightweight BLAS/LAPACK wrapper handling allocation
* O(1) Memory Region Allocator
INSTALLATION
============
Obtaining Amino
---------------
* Via git:
git clone --recursive https://github.com/golems/amino.git
cd amino && autoreconf -i
* Via [distribution tarball](http://code.golems.org/src/amino/)
Building Amino
--------------
./configure && make && make install
See the [INSTALL](http://amino.golems.org/installation.html) file and
`./configure --help` for details and dependencies.
DOCUMENTATION
=============
* [Manual](http://amino.golems.org), and `./doc/manual/`
* Examples `./demos/`
PUBLICATIONS
============
* N. T. Dantam (2021), [Robust and efficient forward, differential,
and inverse kinematics using dual
quaternions](https://doi.org/10.1177%2F0278364920931948), The
International Journal of Robotics Research, 40(10--11),
pp. 1087--1105.
* N. T. Dantam (2020). [Practical Exponential Coordinates Using
Implicit Dual
Quaternions](http://dx.doi.org/10.1007/978-3-030-44051-0_37). In:
Morales, M., Tapia, L., Sánchez-Ante, G., Hutchinson, S. (eds)
Algorithmic Foundations of Robotics XIII. WAFR 2018. Springer
Proceedings in Advanced Robotics, vol 14. Springer, Cham.
* Z. K. Kingston, N. T. Dantam and L. E. Kavraki, [Kinematically
constrained workspace control via linear
optimization](http://dx.doi.org/10.1109/HUMANOIDS.2015.7363455),
2015 IEEE-RAS 15th International Conference on Humanoid Robots
(Humanoids), 2015, pp. 758-764
PRESENTATIONS
=============
* N. T. Dantam. [University of Washington Robotics
Colloquium](https://youtu.be/0zDaZ6JVQkk?t=31m01s). 2019.