A Flexible Framework for Robot Control in Python


Keywords
flexible-framework, geometry, kinematics, motion-planning, path-planner, path-planning, python, robot, robot-control, ros, signed-distance-functions, visualization
License
MIT
Install
pip install scikit-robot==0.0.13

Documentation

scikit-robot: A Flexible Framework for Robot Control in Python

Build Status

Documentation | Installation | Quick Start | Python API | Contribute

Scikit-Robot is a lightweight pure-Python library for robotic kinematics, motion planning, visualization and control.

Installation

You may need to install some dependencies by apt-get install:

sudo apt-get update
sudo apt-get install libspatialindex-dev freeglut3-dev libsuitesparse-dev libblas-dev liblapack-dev

Then,

pip install scikit-robot

If you would like to use Pybullet Interface and open3d for mesh simplification,

pip install scikit-robot[all]

Features