Skip to content

paLeziart/tsid

 
 

Repository files navigation

TSID - Task Space Inverse Dynamics

Building Status Pipeline status Coverage report

TSID is C++ library for optimization-based inverse-dynamics control based on the rigid multi-body dynamics library Pinocchio. Take a look at the project wiki for more details.

Dependencies

  • boost (unit_test_framework)
  • eigen3
  • pinocchio

To install eigen3 on Ubuntu you can use apt-get: sudo apt-get install libeigen3-dev

To install pinocchio follow the instruction on its website.

Installation

cd $DEVEL/openrobots/src/
git clone --recursive git@github.com:stack-of-tasks/tsid.git
cd tsid
mkdir _build-RELEASE
cd _build-RELEASE
cmake .. -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_INSTALL_PREFIX=$DEVEL/openrobots
make install

Python Bindings

To use this library in python, we offer python bindings based on Boost.Python and EigenPy.

To install EigenPy you can compile the source code:

git clone https://github.com/stack-of-tasks/eigenpy

or, on Ubuntu, you can use apt-get:

sudo apt-get install robotpkg-py27-eigenpy

For testing the python bindings, you can run the unit test scripts in the script folder, for instance:

ipython script/test_formulation.py

To run the demo using gepetto-viewer:

ipython demo/demo_romeo.py

Credits

This package is authored by:

It includes key contributions from:

And is maintained by:

About

Efficient Task Space Inverse Dynamics (TSID) based on Pinocchio

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 43.5%
  • C++ 32.7%
  • HTML 16.3%
  • Python 6.6%
  • Other 0.9%