-
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.
Merge pull request #48 from team4099/2025-falconscoutcore
added 2025 falconscoutcore
- Loading branch information
Showing
10 changed files
with
485 additions
and
37 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
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 |
---|---|---|
@@ -0,0 +1,142 @@ | ||
[ | ||
{ | ||
"ScoutId": "Ryan", | ||
"MatchKey": "qm1", | ||
"Alliance": "blue", | ||
"DriverStation": 3, | ||
"TeamNumber": 4099, | ||
"StartingPosition": "Far Coral Station", | ||
"AutoLeave": true, | ||
"ScoringSide": "Far Coral Station", | ||
"AutoCoralL1": 0, | ||
"AutoCoralL2": 0, | ||
"AutoCoralL3": 0, | ||
"AutoCoralL4": 4, | ||
"AutoBarge": 0, | ||
"AutoProcessor": 0, | ||
"AutoNotes": "", | ||
"TeleopCoralL1": 0, | ||
"TeleopCoralL2": 0, | ||
"TeleopCoralL3": 5, | ||
"TeleopCoralL4": 5, | ||
"TeleopAlgaeBarge": 0, | ||
"TeleopAlgaeProcessor": 1, | ||
"TeleopAlgaeRemoval": true, | ||
"TeleopNotes": "", | ||
"Parked": false, | ||
"ClimbStatus": "Deep Climb", | ||
"ClimbSpeed": "Fast (<5 seconds)", | ||
"EndgameNotes": "", | ||
"Disabled": false, | ||
"StabilityRating": "Stable", | ||
"RobotStyleType": "Offensive", | ||
"DriverRating": "Very Fluid", | ||
"IntakeDefenseRating": "", | ||
"RatingNotes": "" | ||
}, | ||
{ | ||
"ScoutId": "Ryan", | ||
"MatchKey": "qm2", | ||
"Alliance": "red", | ||
"DriverStation": 1, | ||
"TeamNumber": 4099, | ||
"StartingPosition": "Middle", | ||
"AutoLeave": true, | ||
"ScoringSide": "Close Coral Station", | ||
"AutoCoralL1": 1, | ||
"AutoCoralL2": 0, | ||
"AutoCoralL3": 0, | ||
"AutoCoralL4": 3, | ||
"AutoBarge": 0, | ||
"AutoProcessor": 0, | ||
"AutoNotes": "", | ||
"TeleopCoralL1": 2, | ||
"TeleopCoralL2": 3, | ||
"TeleopCoralL3": 0, | ||
"TeleopCoralL4": 5, | ||
"TeleopAlgaeBarge": 0, | ||
"TeleopAlgaeProcessor": 1, | ||
"TeleopAlgaeRemoval": true, | ||
"TeleopNotes": "", | ||
"Parked": false, | ||
"ClimbStatus": "Deep Climb", | ||
"ClimbSpeed": "Average (5-10 seconds)", | ||
"EndgameNotes": "", | ||
"Disabled": false, | ||
"StabilityRating": "Stable", | ||
"RobotStyleType": "Offensive", | ||
"DriverRating": "Fluid", | ||
"IntakeDefenseRating": "Good", | ||
"RatingNotes": "" | ||
}, | ||
{ | ||
"ScoutId": "Ryan", | ||
"MatchKey": "qm3", | ||
"Alliance": "red", | ||
"DriverStation": 1, | ||
"TeamNumber": 4099, | ||
"StartingPosition": "Middle", | ||
"AutoLeave": false, | ||
"ScoringSide": "Close Coral Station", | ||
"AutoCoralL1": 1, | ||
"AutoCoralL2": 0, | ||
"AutoCoralL3": 0, | ||
"AutoCoralL4": 2, | ||
"AutoBarge": 0, | ||
"AutoProcessor": 0, | ||
"AutoNotes": "", | ||
"TeleopCoralL1": 1, | ||
"TeleopCoralL2": 0, | ||
"TeleopCoralL3": 5, | ||
"TeleopCoralL4": 5, | ||
"TeleopAlgaeBarge": 0, | ||
"TeleopAlgaeProcessor": 1, | ||
"TeleopAlgaeRemoval": false, | ||
"TeleopNotes": "", | ||
"Parked": true, | ||
"ClimbStatus": "No Climb", | ||
"ClimbSpeed": "", | ||
"EndgameNotes": "", | ||
"Disabled": false, | ||
"StabilityRating": "Stable", | ||
"RobotStyleType": "Offensive", | ||
"DriverRating": "Fluid", | ||
"IntakeDefenseRating": "Very Good", | ||
"RatingNotes": "" | ||
}, | ||
{ | ||
"ScoutId": "Ryan", | ||
"MatchKey": "qm4", | ||
"Alliance": "blue", | ||
"DriverStation": 3, | ||
"TeamNumber": 4099, | ||
"StartingPosition": "Middle", | ||
"AutoLeave": true, | ||
"ScoringSide": "Close Coral Station", | ||
"AutoCoralL1": 1, | ||
"AutoCoralL2": 0, | ||
"AutoCoralL3": 0, | ||
"AutoCoralL4": 2, | ||
"AutoBarge": 0, | ||
"AutoProcessor": 0, | ||
"AutoNotes": "", | ||
"TeleopCoralL1": 1, | ||
"TeleopCoralL2": 0, | ||
"TeleopCoralL3": 3, | ||
"TeleopCoralL4": 5, | ||
"TeleopAlgaeBarge": 0, | ||
"TeleopAlgaeProcessor": 2, | ||
"TeleopAlgaeRemoval": true, | ||
"TeleopNotes": "", | ||
"Parked": false, | ||
"ClimbStatus": "Deep Climb", | ||
"ClimbSpeed": "Slow (>10 seconds)", | ||
"EndgameNotes": "", | ||
"Disabled": false, | ||
"StabilityRating": "Stable", | ||
"RobotStyleType": "Offensive", | ||
"DriverRating": "Very Fluid", | ||
"IntakeDefenseRating": "Okay", | ||
"RatingNotes": "" | ||
} | ||
] |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[ | ||
] |
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 +1 @@ | ||
[] | ||
[] |
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 +1 @@ | ||
{} | ||
{} |
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
Oops, something went wrong.