This is the code for my Intro to Robotics series.
To install dependencies run:
cd robotics_intro
pip install -r requirements.txt
or install a development version of the package:
pip install -e robotics_intro
All modules (excluding roboticsintro.common
) can be run directly from the command line:
python -m roboticsintro.hellorobot.simple