run moduleΒΆ

Actual helper script to execute code. It takes care of proper error handling (e.g. if you press CTRL+C) and the difference between running code on the robot vs. in simulation.

Usage:
python3 run.py –sim lab1 [for simulation] python3 run.py lab1 [to run on a robot]