Vikings Robotics's code for InfiniteRecharge 2020
- Install python 3.8 or newer
- Install git
- Install pip
- Fork the repository that is owned by
frcteam2984
- Clone your forked repository to any directory
- While in that directory, run
git remote add upstream https://github.com/FRCTeam2984/infinterecharge2020.git
Ensure that you are in a virtual environment before running this
[pip executable] install -r requirements.txt
- Open vscode and install Python extension
- Run
code .
Ensure that you are in a virtual environment before running this
- Run
./installer
- When it asks to connect to the robot, disconneect from your current network and connect to the robot's radio
- Run
[python executable] robot.py deploy
- Run
[python executable] robot.py test
- You MUST follow the conventions listed in
CONVENTIONS.md
in order for your pull request to be accepted