All Projects → golems → amino

golems / amino

Licence: BSD-3-Clause license
Lightweight robotics utility library

Programming Languages

c
50402 projects - #5 most used programming language
common lisp
692 projects
C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language
fortran
972 projects
M4
1887 projects

Build Status

Amino Logo

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

Building Amino

./configure && make && make install

See the INSTALL file and ./configure --help for details and dependencies.

DOCUMENTATION

  • Manual, and ./doc/manual/
  • Examples ./demos/
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].