Pybotics
The Python Toolbox for Robotics
Install / Use
/learn @engnadeau/PyboticsREADME
Pybotics

The Python Toolbox for Robotics
| Item | Badges |
| ------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Repo |
|
| Releases |
|
| Compatibility |
|
| Workflows |
|
| Documentation |
|
| Citations |
|
| License |
|
| Social |
|
Contents
Overview
Pybotics is an open-source Python toolbox for robot kinematics and calibration.
It was designed to provide a simple, clear, and concise interface to quickly simulate and evaluate common robot concepts, such as kinematics, dynamics, trajectory generations, and calibration.
The toolbox is specifically designed for use with the Modified Denavit–Hartenberg parameters convention.
Usage
Documentation
Please visit https://pybotics.readthedocs.io/
Installation
# python3 is mapped to pip or inside a venv
pip install pybotics
# python3-pip
pip3 install pybotics
# https://github.com/pypa/pipenv
pipenv install pybotics
# https://github.com/sdispater/poetry
poetry add pybotics
Applications & Examples
Featured In
- Impedance Control Self-Calibration of a Collaborative Robot Using Kinematic Coupling
- PyCon Canada 2017
- Montreal-Python 2017
Citing
Please cite the following articles if you use pybotics in your research:
Nadeau, (2019). Pybotics: Python Toolbox for Robotics. Journal of Ope
