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