8000 GitHub - petercorke/robotics-toolbox-python at d1b765c3f1779c7290155646878a46b80c02323e
[go: up one dir, main page]

Skip to content

petercorke/robotics-toolbox-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stability-wip made-with-python Build Status Coverage License: MIT Maintenance GitHub stars

Robotics Toolbox for Python

Work in progress

This is a Python implementation of the Robotics Toolbox for MATLAB®.

Getting going

Using pip

Install a snapshot from PyPI

% # Coming soon

From GitHub

Install the current code base from GitHub and pip install a link to that cloned copy

% git clone https://github.com/petercorke/robotics-toolbox-python.git
% cd robotics-toolbox-python
% pip install -e .

0