-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
102 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,102 @@ | ||
[ | ||
{ | ||
"ScoutId":"shayaan", | ||
"MatchKey":"qm,1", | ||
"Alliance":"red", | ||
"DriverStation":"1", | ||
"TeamNumber":4099.0, | ||
"AutoPieces":2.0, | ||
"AutoStartingPosition":"Cable protector side", | ||
"AutoEngaged":"true", | ||
"AutoIntakeAccuracy":"false", | ||
"AutoScoringAccuracy":"Great", | ||
"AutoDrivingSkills":"true", | ||
"AutoNotes":"", | ||
"TeleopPieces":2.0, | ||
"TeleopPath":"Cable protector side to loading zone", | ||
"TeleopAligningSpeed":"Slow", | ||
"TeleopCommunitySkill":"Smoothly", | ||
"TeleopIntakingLocation":"Ground", | ||
"Disabled":"true", | ||
"Tippy":"true", | ||
"DriverRating":"Fluid", | ||
"ConeIntakingSkill":"Very Good", | ||
"CubeIntakingSkill":"Good", | ||
"SubstationSpeed":"Poor" | ||
"ScoutId": "Shayaan", | ||
"MatchKey": "qm1", | ||
"Alliance": "red", | ||
"DriverStation": "", | ||
"TeamNumber": 4099, | ||
"AutoPieces": 2, | ||
"AutoStartingPosition": "Cable protector side", | ||
"AutoEngaged": "true", | ||
"AutoIntakeAccuracy": "false", | ||
"AutoScoringAccuracy": "Decent", | ||
"AutoDrivingSkills": "true", | ||
"AutoNotes": "", | ||
"TeleopPieces": 3, | ||
"TeleopPath": "No specific path", | ||
"TeleopAligningSpeed": "Quick", | ||
"TeleopCommunitySkill": "Smoothly", | ||
"TeleopIntakingLocation": "Double substation", | ||
"Disabled": "true", | ||
"Tippy": "true", | ||
"DriverRating": "Very Fluid", | ||
"ConeIntakingSkill": "Average", | ||
"CubeIntakingSkill": "Poor", | ||
"SubstationSpeed": "Poor" | ||
}, | ||
{ | ||
"ScoutId": "Shayaan", | ||
"MatchKey": "qm2", | ||
"Alliance": "red", | ||
"DriverStation": "", | ||
"TeamNumber": 4099, | ||
"AutoPieces": 4, | ||
"AutoStartingPosition": "Charging station", | ||
"AutoEngaged": "false", | ||
"AutoIntakeAccuracy": "true", | ||
"AutoScoringAccuracy": "Okay", | ||
"AutoDrivingSkills": "false", | ||
"AutoNotes": "", | ||
"TeleopPieces": 3, | ||
"TeleopPath": "No specific path", | ||
"TeleopAligningSpeed": "Fast", | ||
"TeleopCommunitySkill": "Well", | ||
"TeleopIntakingLocation": "Ground", | ||
"Disabled": "true", | ||
"Tippy": "false", | ||
"DriverRating": "Fluid", | ||
"ConeIntakingSkill": "Poor", | ||
"CubeIntakingSkill": "Good", | ||
"SubstationSpeed": "Very Good" | ||
}, | ||
{ | ||
"ScoutId": "Shayaan", | ||
"MatchKey": "qm3", | ||
"Alliance": "blue", | ||
"DriverStation": "", | ||
"TeamNumber": 4099, | ||
"AutoPieces": 3, | ||
"AutoStartingPosition": "Loading zone side", | ||
"AutoEngaged": "true", | ||
"AutoIntakeAccuracy": "true", | ||
"AutoScoringAccuracy": "Great", | ||
"AutoDrivingSkills": "false", | ||
"AutoNotes": "", | ||
"TeleopPieces": 7, | ||
"TeleopPath": "No cable protector side to loading zone", | ||
"TeleopAligningSpeed": "Quick", | ||
"TeleopCommunitySkill": "Smoothly", | ||
"TeleopIntakingLocation": "Ground", | ||
"Disabled": "true", | ||
"Tippy": "false", | ||
"DriverRating": "Very Fluid", | ||
"ConeIntakingSkill": "Very Good", | ||
"CubeIntakingSkill": "Very Good", | ||
"SubstationSpeed": "Very Good" | ||
}, | ||
{ | ||
"ScoutId": "shayaan", | ||
"MatchKey": "qm5", | ||
"Alliance": "red", | ||
"DriverStation": "", | ||
"TeamNumber": 4099, | ||
"AutoPieces": 0, | ||
"AutoStartingPosition": "Cable protector side", | ||
"AutoEngaged": "true", | ||
"AutoIntakeAccuracy": "false", | ||
"AutoScoringAccuracy": "Lousy", | ||
"AutoDrivingSkills": "true", | ||
"AutoNotes": "", | ||
"TeleopPieces": 2, | ||
"TeleopPath": "Cable protector side to loading zone", | ||
"TeleopAligningSpeed": "Fast", | ||
"TeleopCommunitySkill": "Smoothly", | ||
"TeleopIntakingLocation": "Ground", | ||
"Disabled": "true", | ||
"Tippy": "true", | ||
"DriverRating": "Average", | ||
"ConeIntakingSkill": "Very Poor", | ||
"CubeIntakingSkill": "Poor", | ||
"SubstationSpeed": "Average" | ||
} | ||
] | ||
] |