FIRST Robotics FRC is a high school robotics program. This repository contains the code used in the Southfield High School Team 94 (TechnoJays) robot.
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.
- Follow the pyfrc instruction to install and get started with pyfrc.
- Copy/install all .py files in the src/robot folder to the robot.
-
Make sure, you have
toxinstalled::pip3 install -e .[tests] -
Run all tests across all locally available python versions::
$ toxtoxis runningpython src/robot.py coverage testfrom RobotPy Unit Testing