An open API service indexing awesome lists of open source software.

https://github.com/robincpc/robotics-toolbox-python

The Robotics Toolbox for Python (UnOffical)
https://github.com/robincpc/robotics-toolbox-python

Last synced: about 1 year ago
JSON representation

The Robotics Toolbox for Python (UnOffical)

Awesome Lists containing this project

README

          

Python robotics toolkit
========================

An Un-Official repository of the [python version](https://code.google.com/p/robotics-toolbox-python/) of the
[Robotics Toolbox for Matlab.](http://petercorke.com/Robotics_Toolbox.html)

First version is out now with support for:

* homogeneous transforms
* unit-quaternions
* trajectories
* forward and inverse kinematics
* inverse dynamics
* Rudimentary 3D graphics is now available: check out the trplot() function

For the moment there is no:

* graphical animation
* forward dynamics

Built on [NumPy](http://www.scipy.org/Documentation).