Log in

View Full Version : 842's 2015 Scouting System


Maxwell777
02-03-2015, 22:42
18538

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 highvoltage.maxwell7@gmail.com.

Installation:
https://www.youtube.com/watch?v=OAMchLEDy3Y&feature=youtu.be
https://docs.google.com/document/d/1FTrSbK4j7zSOKClutPt9jOJS86ycjw519vj1ZyuqHZ4/edit

The main scouting system:
https://www.youtube.com/watch?v=2wswhiMQ_KA&feature=youtu.be

The Reader Program:
https://www.youtube.com/watch?v=BxuTtdagRVc&feature=youtu.be

The Schedule Builder:
https://www.youtube.com/watch?v=hjjJDXzjB8M&feature=youtu.be

Program Download:
https://drive.google.com/folderview?id=0BztyGSucawJEfnFlZUlQVlE5cHlpLWl4Y2J pYVZDQUJvWkJoVEp3T0NfMFhrVFJvdG9nT0E&usp=sharing

Download the "Installer" folder for the pre-compiled files.
Download the "Source" folder for the source files.

Ozuru
03-03-2015, 00:08
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.

Rangel(kf7fdb)
03-03-2015, 09:45
Great job making it modular from year to year Jack! Sure to be a better addition than our previous scouting systems.

Maxwell777
03-03-2015, 10:04
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.

Ozuru
03-03-2015, 15:54
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.

Looks pretty good now. Do you have a sample data set or something to just use for testing?

Maxwell777
03-03-2015, 20:16
Looks pretty good now. Do you have a sample data set or something to just use for testing?

Yea, I'll make an example event folder, probably modeled off Dallas or something. I'll upload it later today.

SamCyanide
03-03-2015, 20:54
Clearly you used Visual studio or something of the likes, what language did you use in particular though? C#, Visual Basic, C++ or something else?

Ozuru
03-03-2015, 21:14
Clearly you used Visual studio or something of the likes, what language did you use in particular though? C#, Visual Basic, C++ or something else?

If you look at the source it is in C#.

Maxwell777
03-03-2015, 21:29
Clearly you used Visual studio or something of the likes, what language did you use in particular though? C#, Visual Basic, C++ or something else?

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.