We've made a few programs and would like to release the code for them. None of them are actually for use on the robot, but I think the spirit of
R13 still applies.
- GameAnalyzer.zip contains code for analyzing game strategy with examples from 2014. EDIT: Now also includes a basic script interpreter to simplify making games. The first version also had an error in it with how it chose possible strategies and would miss certain strategies. This version fixes that, but makes the deterministic calculations take much longer.
- DataAnalyzer.zip downloads data from TheBlueAlliance and creates Fantasy FIRST pick lists out of it. It also contains a work in progress match predictor.
- opencv.zip contains a few example Java programs using the Java bindings of OpenCV. I had great difficulty finding examples for Java, and these are to illustrate pretty basic things like color thresholding and corner detection. There's also "FrogyVision", a Java Chezy Vsion clone.
There will be another big release coming from us in a few days, but it isn't completely done yet.