|
|
|
![]() |
|
|||||||
|
||||||||
Mostly complete framework to allow for testing code away from a cRIO.
We set out to create a framework with these goals:
Critical logic can be run without access to a cRIO or Robot
Supports writing and running test cases
Has reusable components for future seasons (and other teams)
The code in question is here: https://github.com/Team488/Shared
(also linked to in the document)
Offseason Architecture.pptx
01-02-2014 11:28 AM
JohnGilb Github repository for the code
This public repository contains the results of some experiments we conducted in the offseason in Java. Our goal was to create a simple framework where robot code could be developed and tested without a cRIO.
There's still many ways this framework could be improved, but we believe we have made progress worth sharing.
Here's the summary (included in the linked document) of our goals:
Critical logic can be run without access to a cRIO or Robot
12-30-2014 12:05 PM
JohnGilbThe repository now includes code from 2014 and 2014 off-season as well.