Skip to content

golems/amino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c4b8638 · Jul 22, 2022
Jul 22, 2022
Aug 18, 2014
Jul 17, 2022
Jul 22, 2022
Jul 22, 2022
Nov 19, 2013
May 8, 2022
May 17, 2013
Jul 22, 2022
Jul 22, 2022
Mar 27, 2018
Jul 22, 2022
Mar 8, 2017
Oct 28, 2019
Jun 14, 2019
Jul 22, 2022
Mar 3, 2017
Jun 28, 2016
Jul 13, 2022
Jul 22, 2022
Jul 17, 2022
Nov 1, 2011
Jul 22, 2022
Oct 11, 2019
Sep 23, 2019
Jul 17, 2022
Oct 4, 2019
Jul 22, 2022
Nov 1, 2011
Jul 17, 2022
Jul 4, 2014
Sep 13, 2016
Jan 23, 2012
Jun 30, 2016
Jul 22, 2022
Sep 16, 2016
Sep 30, 2015
Jan 26, 2016
Jun 14, 2016

Repository files navigation

Amino CI Travis CI 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/

PUBLICATIONS

PRESENTATIONS