Utility to quickly map servos on an adafruit I2C driver board, to proper names. Can produce a yaml output file, useful as input for other robotics applications.
Go to file
Mike e8ef1e0b11 Uhm. Pulling names now. 2020-07-26 01:59:59 +01:00
configs Uhm. Pulling names now. 2020-07-26 01:59:59 +01:00
.gitignore Hurray 2020-07-26 01:13:47 +01:00
MikesServoMapper.py Uhm. Pulling names now. 2020-07-26 01:59:59 +01:00
Pipfile Uhm. Pulling names now. 2020-07-26 01:59:59 +01:00
Pipfile.lock Uhm. Pulling names now. 2020-07-26 01:59:59 +01:00
README.md Uhm. Pulling names now. 2020-07-26 01:59:59 +01:00
main.py Uhm. Pulling names now. 2020-07-26 01:59:59 +01:00

README.md

Mike's Servo Mapper

A simple command line utility to map servos to

Written and tested using the Adafruit I2C servo driver board: PCA9685

Requiremments

  • pipenv

Installation

cd to this repo's directory and install pip dependencies with:

pipenv install

Execution

cd to this repo's directory and execute using:

pipenv run python3 main.py

Command Line Arguments

TODO