tf_rbdl is a python library that contains some essential rigid body dynamics algorithms such as forward dynamics and inverse dynamics using Tensorflow. It uses Lie Group representation and provides kinematic and dynamics quatities of rigid body systems.
- See examples/general_usage.py for details.
You can install tf_rbdl
from PyPI:
$ pip install tf_rbdl
or, you can also install from source:
$ git clone https://github.com/junhyeokahn/tf_rbdl
$ cd tf_rbdl
$ pip install -e .
@misc{junhyeok_ahn_2020_3828061,
author = {Junhyeok Ahn},
title = {junhyeokahn/tf\_rbdl: tf\_rbdl-v1.2.0},
month = may,
year = 2020,
publisher = {Zenodo},
version = {v1.2.0},
doi = {10.5281/zenodo.3828061},
url = {https://doi.org/10.5281/zenodo.3828061}
}
This library is based on the book Modern Robotics and the code.