No description or website provided.
Python
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
src
tests
.gitignore
.travis.yml
README.md
requirements.txt

README.md

NUPY Build Status

How to Run

You need python3 and pyfrc installed.

  1. Clone repo

  2. Install the required packages by executing

    pip3 install -r requirements.txt

  3. cd to src directory

  4. Run robot.py:

    • run tests: python3 robot.py test
    • simulate: python3 robot.py sim
    • deploy to robot: python3 robot.py deploy

More Info

For more info see PyFrc and RobotPy documentation