/8032

8032 Redshift Robotics's Code for the 2020 Infinite Recharge Season

Primary LanguagePython

8032 Codebase FRC Build

Getting Started

  1. Download this github repository (green button in the upper right corner).
  2. Install dependencies
pip install -r requirements.txt
  1. Run the python file:
python robot/robot.py deploy

That's It!

Making changes

  1. Edit robot.py with your changes.
  2. Create a pull request
    1. More info on this later!