Releases: RaiderRobotix/Scouting-Client
Releases · RaiderRobotix/Scouting-Client
2.1 - More derived metrics, auto correct
Changelog
- Add derived metrics for auto configuration
- Include near/far switch/scale auto
- Able to auto-correct inaccurate match data by connecting to The Blue Alliance
- Fixes parking, climbing, auto-run, plate lighting, and other metrics
- Generates list of inaccuracies and the basic information about the scout entry
2.0 - Support for FIRST Power Up
Changelog
- Add support for raw spreadsheet and JSON compilation/generation for FIRST Power Up
- Team and alliance report/analysis incomplete
- Remove need to always enter TBA API key
- Insert API key in
apikey.txt
and include in the same directory - Delete otherwise
- Insert API key in
1.41 - Update client reports lookup
Updated client team report lookup with more stats
1.4 - Pre-Champs
Changelog
- New analysis points for v1.3 of scouting app
Note: this client version is not compatible with any version of the scouting app before v1.3
1.3 - Pre-MAR Champs
Changelog
- Added deserialization of auto gear peg in raw data spreadsheet and team report (strictly if it occurred before)
Note that this version is not compatible with data files generated from previous versions.
1.21 - Post Mount Olive
Changelog
- A readable string of quick comments is outputted in the raw data spreadsheet for convenience
- Options for analysis appear after selecting source JSON files
- Basic team stats from TeamReport spreadsheet can be looked up:
- Baseline crossing percentage
- Auto/teleop gears
- kPa for auto/teleop
- Takeoff percentages
- Calculated average score
- Frequent comments
- Option to analyze capabilities of a three-team alliance:
- Likelihood of having 1/2/3 baseline crossings
- Chance of scoring a gear in auto
- Average kPa for auto/teleop
- Likelihood of having 1/2/3 takeoffs
- Average number of gears
- Predicted score (not very accurate, +/- 25 points)
v1.2
1.12
1.11 - More comment parsing
Changelog
- Completely replace line breaks and commas in comments to prevent conflicts when generating the CSV
- Added version number display when opening the application
1.1 - Major changes and fixes
Note: v1.0 is deprecated. It should not be used at all after v1.1, and doing so will lead to incorrect analysis.
Changelog
- Fixed an error where individual datapoints would not serialize
- Fixed average function
- Fixed match score calculation
- Added pilot comments (when a team has one) to raw comment export
- Added all comment string for deserialization
- Other bug fixes and improvements