A library to control Dynamixel servos.
- Python 100%
| dxl2 | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| requirements.txt | ||
| setup.py | ||
dxl2
dxl2 aims to provide higher levels of abstraction for building robots powered by Dynamixel servos. It is a replacement for the lower level dynamixel-sdk library.
Installation
git clone https://github.com/xrisk/dxl2.git
cd dxl2
pip3 install -r requirements.txt