Skip to content
Snippets Groups Projects
Commit c8afb05a authored by jcarpent's avatar jcarpent
Browse files

[Examples] Update REAME.md with details on each example

parent 3b4b95b5
No related branches found
No related tags found
No related merge requests found
# Pinocchio examples in Python
This directory contains minimal examples on how to use **Pinocchio** with the Python bindings.
# Loading a model
- Loading a URDF model: `python -i load-urdf.py`
# Computing analytical derivatives of rigid body dynamics algorithms
- Computing forward kinematics derivatives: `python -i kinematics-derivatives.py`
- Computing forward dynamics (fd) derivatives: `python -i fd-derivatives.py`
- Computing inverse dynamics (id) derivatives: `python -i id-derivatives.py`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment