A platform to learn and implement robotics ideas and algorithms
- Clone repository
- Setup Virtual environment (Can ignore if your editor makes one for you)
a. runmake setup-venv
b. Usesource venv/bin/activate
to activate the venv
c. Step 2.b should be executed everytime you work with the repo - Install requirements using
make setup-dev
You are ready to code !