-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
robot-scantron | ||
============== | ||
|
||
Helpers for generating, scanning, and parsing scantron PDFs. | ||
|
||
The code is tailored for FRC scouting. It can be adapted for other things, but | ||
at the moment there are some hard-coded things | ||
|
||
Intent | ||
------ | ||
|
||
This project is intended to replace Spartonic's current scantron generation | ||
and scanning programs. We are aiming to satisfy the following goals: | ||
|
||
* Unified application/library to generate and parse the scantrons | ||
* Cross-platform code so that anyone can run this for competitions | ||
* Easy hooks to do further things with the parsed scantrons | ||
|
||
For Spartonics, this data will be used to make more informed decisions during | ||
matches and alliance selections. | ||
|
||
Status | ||
------ | ||
|
||
Unfortunately, this project is still in its infancy. The majority of things | ||
are not yet working. The intent is to finish this for the 2014 FRC season. |