TechnoJays / robot2018

Team94 2018 FIRST FRC Robot Code
MIT License
0 stars 1 forks source link

Team94 FIRST Robotics FRC Robot Code

Build Status

FIRST Robotics FRC is a high school robotics program. This repository contains the code used in the Southfield High School Team 94 (TechnoJays) robot.

Important Notes

Python: This codebase uses Python3.

External Libraries:

To install external dependencies for current project state use:

pip3 install -e .

Be sure to follow the pyfrc instructions for the latest roboPy setup.

Getting Started

  1. Follow the pyfrc instruction to install and get started with pyfrc.
  2. Copy/install all .py files in the src/robot folder to the robot.

Running Tests

  1. Make sure, you have tox installed::

    pip3 install -e .[tests]

  2. Run all tests across all locally available python versions::

    $ tox

    tox is running python src/robot.py coverage test from RobotPy Unit Testing