I am proud to announce that Falcon Robotic’s 2015 Scouting program is ready for download and use. In addition to precompiled code, we will also be posting the source, to allow tinkerers the ability to edit and adjust the program for their team’s needs.
The program comes in three parts: the main system, the data analyzer, and the schedule builder.
The main scouting system allows for 6 scouters to take data during a match using game controllers. The gui allows the scouters to adjust each data label and data value, allowing the users to scout for whatever data they want, without needing to re-code and re-compile. All data is saved to a specified folder, and is automatically saved after each match.
If you find any bugs, or have any suggestions of features you’d like to see in the program, feel free to post or email me [email protected].
Can you please compress the source folder? I’d like to check out your program but downloading an entire solution file by file is quite painstaking with Google Drive.
Thanks for the heads up. I didn’t realize that you had to download each file individually when downloading from a public folder. All the source files should be re-uploaded.
Oh sorry, I really should have included it in the first post, but I’m using C# (Visual studio 2010). For those who are not familiar, C# is extremely similar to java.