Skip to content

Commit

Permalink
Merge pull request #34 from team4099/2024-note-scouting-general
Browse files Browse the repository at this point in the history
2024 note scouting general
  • Loading branch information
Shom770 authored Mar 23, 2024
2 parents da0c607 + 3dc72ef commit cd0b8fb
Show file tree
Hide file tree
Showing 6 changed files with 125 additions and 1,955 deletions.
33 changes: 12 additions & 21 deletions falconscoutcore/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,32 +34,23 @@
"Alliance",
"DriverStation",
"TeamNumber",
"AutoPieces",
"AutoStartingPosition",
"AutoEngaged",
"AutoIntakeAccuracy",
"AutoScoringAccuracy",
"AutoDrivingSkills",
"AutoNotes",
"TeleopPieces",
"TeleopPath",
"TeleopAligningSpeed",
"TeleopCommunitySkill",
"TeleopIntakingLocation",
"Disabled",
"Tippy",
"DriverRating",
"ConeIntakingSkill",
"CubeIntakingSkill",
"SubstationSpeed"
"AutoGeneralNotes",
"TeleopIntakeLocation",
"SpeakerAccuracy",
"AmpAccuracy",
"AligningSpeed",
"ScoringSpeed",
"IntakingSpeed",
"EndgameGeneralNotes"
],
"json_file": "./data/2024vaash_match_data.json",
"qualitative_json_file": "./data/2024vaash_qualitative_data.json",
"json_file": "./data/2024mdowi_match_data.json",
"qualitative_json_file": "./data/2024mdowi_qualitative_data.json",
"error_json": "./data/errors.json"
},
"repo_config": {
"repo": "team4099/ScoutingAppData",
"update_json": "2024vaash_match_data.json",
"update_qualitative_json": "2024vaash_qualitative_data.json"
"update_json": "2024mdowi_match_data.json",
"update_qualitative_json": "2024mdowi_qualitative_data.json"
}
}
83 changes: 82 additions & 1 deletion falconscoutcore/data/2024vaash_qualitative_data.json
Original file line number Diff line number Diff line change
@@ -1 +1,82 @@
[]
[
{
"ScoutId": "shayaan",
"MatchKey": "qm5",
"Alliance": "red",
"DriverStation": 1,
"TeamNumber": 4099,
"AutoDrivingSkills": false,
"AutoGeneralNotes": "",
"TeleopIntakeLocation": "Ground",
"SpeakerAccuracy": "Very Accurate",
"AmpAccuracy": "Very Accurate",
"AligningSpeed": "Quick",
"ScoringSpeed": "Fast",
"IntakingSpeed": "Slow",
"EndgameGeneralNotes": ""
},
{
"ScoutId": "shayaan",
"MatchKey": "qm6",
"Alliance": "red",
"DriverStation": 1,
"TeamNumber": 4099,
"AutoDrivingSkills": false,
"AutoGeneralNotes": "",
"TeleopIntakeLocation": "Ground",
"SpeakerAccuracy": "Very Accurate",
"AmpAccuracy": "Very Accurate",
"AligningSpeed": "Quick",
"ScoringSpeed": "Okay",
"IntakingSpeed": "Slow",
"EndgameGeneralNotes": ""
},
{
"ScoutId": "shayaan",
"MatchKey": "qm6",
"Alliance": "red",
"DriverStation": 1,
"TeamNumber": 4099,
"AutoDrivingSkills": false,
"AutoGeneralNotes": "",
"TeleopIntakeLocation": "Source",
"SpeakerAccuracy": "Accurate",
"AmpAccuracy": "Accurate",
"AligningSpeed": "Very Slow",
"ScoringSpeed": "Okay",
"IntakingSpeed": "Fast",
"EndgameGeneralNotes": ""
},
{
"ScoutId": "shayaan",
"MatchKey": "qm8",
"Alliance": "red",
"DriverStation": 1,
"TeamNumber": 4099,
"AutoDrivingSkills": false,
"AutoGeneralNotes": "4 note auto",
"TeleopIntakeLocation": "Ground",
"SpeakerAccuracy": "Very Accurate",
"AmpAccuracy": "Accurate",
"AligningSpeed": "Very Quick",
"ScoringSpeed": "Okay",
"IntakingSpeed": "Okay",
"EndgameGeneralNotes": ""
},
{
"ScoutId": "shayaan",
"MatchKey": "qm9",
"Alliance": "red",
"DriverStation": 1,
"TeamNumber": 4099,
"AutoDrivingSkills": false,
"AutoGeneralNotes": "5 note auto",
"TeleopIntakeLocation": "Ground",
"SpeakerAccuracy": "Very Accurate",
"AmpAccuracy": "Very Accurate",
"AligningSpeed": "Very Quick",
"ScoringSpeed": "Fast",
"IntakingSpeed": "Fast",
"EndgameGeneralNotes": ""
}
]
Loading

0 comments on commit cd0b8fb

Please sign in to comment.