A Flexible Framework for Robot Control in Python
Project description
scikit-robot: A Flexible Framework for Robot Control in Python
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
- Loading robot model from URDF (examples/robot_models.py)
- Forward and inverse kinematics (examples/trimesh_scene_viewer.py)
- Collision detection
- Interactive viewer (examples/trimesh_scene_viewer.py)
- Pybullet and ROS command interface (examples/pybullet_robot_interface.py)
- Forward and inverse dynamics
- Path planning (examples/collision_free_trajectory.py)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
scikit-robot-0.0.36.tar.gz
(735.1 kB
view hashes)
Built Distribution
scikit_robot-0.0.36-py3-none-any.whl
(737.7 kB
view hashes)
Close
Hashes for scikit_robot-0.0.36-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 48f87df9bef49244aae7e8bb122e940485697a0a3cbd1d5c4aca119f3d155d84 |
|
MD5 | 1ad2d66222033d9edaa562cecfb3b22b |
|
BLAKE2b-256 | 9aefbfaa44f440110f6c36bdd7a81b8d5c9ed97970e34621cb85214c6eb85f0b |