Our code for the 2019 FIRST Robotics Competition Season. This goes with our 2019 robot, Rosetta.
git clone https://github.com/lnstempunks/marvintheparanoidandroid
pip3 install pipenv
pipenv install
Run black .
prior to committing any changes, as style is enforced by CI.
See PEP 8 and PEP 257 for style guidance.
Code should pass flake8 .
prior to commit, as static analysis is also checked by CI.
python3 robot.py sim
python3 robot.py test
python3 robot.py deploy
To edit any changes in IPs or radios, edit or delete the .deploy_cfg
file.
If your editor is Visual Studio Code (recommended), make sure to select the pipenv interpreter instead of the system-wide interpreter.