Skip to content
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.

adein/robot2018

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Team94 2018 FIRST FRC Robot Code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%