Skip to content

Commit

Permalink
ready for chcmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Shom770 committed Apr 4, 2024
1 parent b28c7be commit 5ca339b
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 4 deletions.
8 changes: 4 additions & 4 deletions falconscoutcore/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@
"IntakingSpeed",
"EndgameGeneralNotes"
],
"json_file": "./data/2024mdowi_match_data.json",
"qualitative_json_file": "./data/2024mdowi_qualitative_data.json",
"json_file": "./data/2024chcmp_match_data.json",
"qualitative_json_file": "./data/2024chcmp_qualitative_data.json",
"error_json": "./data/errors.json"
},
"repo_config": {
"repo": "team4099/ScoutingAppData",
"update_json": "2024mdowi_match_data.json",
"update_qualitative_json": "2024mdowi_qualitative_data.json"
"update_json": "2024chcmp_match_data.json",
"update_qualitative_json": "2024chcmp_qualitative_data.json"
}
}
30 changes: 30 additions & 0 deletions falconscoutcore/data/2024chcmp_match_data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
[
{
"ScoutId": "shayaan",
"MatchKey": "qm1",
"Alliance": "red",
"DriverStation": 1,
"TeamNumber": 4099,
"AutoSpeaker": 1,
"AutoAmp": 0,
"AutoLeave": false,
"AutoCenterline": false,
"AutoNotes": "",
"TeleopSpeaker": 1,
"TeleopAmp": 1,
"TeleopTrap": 1,
"TeleopPassing": 1,
"TeleopNotes": "",
"Parked": true,
"ClimbStatus": false,
"Harmonized": true,
"ClimbSpeed": "",
"EndgameNotes": "",
"Disabled": false,
"DriverRating": "Very Poor",
"DefenseTime": "",
"DefenseSkill": "",
"CounterDefenseSkill": "",
"RatingNotes": ""
}
]
1 change: 1 addition & 0 deletions falconscoutcore/data/2024chcmp_qualitative_data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]

0 comments on commit 5ca339b

Please sign in to comment.