Skip to content

KeliangH/amino

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,401 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Building Amino

./configure && make && make install

See the [INSTALL] (http://amino.golems.org/installation.html) file and ./configure --help for details and dependencies.

DOCUMENTATION

About

Basic utilities for robotics including: linear algebra, geometry, memory, and time.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 49.9%
  • Common Lisp 29.5%
  • C++ 9.4%
  • Fortran 7.0%
  • Makefile 1.2%
  • M4 1.1%
  • Other 1.9%