Skip to content

Releases: RaiderRobotix/Scouting-Client

2.1 - More derived metrics, auto correct

09 Mar 03:12
Compare
Choose a tag to compare

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

19 Feb 20:54
Compare
Choose a tag to compare

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

1.41 - Update client reports lookup

26 Apr 01:55
Compare
Choose a tag to compare

Updated client team report lookup with more stats

1.4 - Pre-Champs

22 Apr 19:17
Compare
Choose a tag to compare

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

05 Apr 12:50
Compare
Choose a tag to compare

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

14 Mar 21:39
Compare
Choose a tag to compare

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

11 Mar 04:04
Compare
Choose a tag to compare

Note: Previous versions are deprecated. Using them may lead to incorrect analysis

Changelog

  • Fixed kPa calculation
  • Now provided as a floating-point number (fractional), rather than an integer
  • Fixed match score calculation
  • Fixed summation function

1.12

07 Mar 15:21
Compare
Choose a tag to compare

Changelog

  • Fixed CSV team report generation with comments

1.11 - More comment parsing

24 Feb 13:51
Compare
Choose a tag to compare

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

24 Feb 06:22
Compare
Choose a tag to compare

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