Skip to content

Commit

Permalink
made changes to scouting app/test data
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingMaster121 committed Mar 1, 2025
1 parent 833d37e commit 437f11a
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 7 deletions.
107 changes: 106 additions & 1 deletion falconscoutcore/data/2025vapor_match_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,112 @@
"StabilityRating": "Stable",
"RobotStyleType": "Offensive",
"DriverRating": "Very Fluid",
"IntakeDefenseRating": "Never defended",
"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": ""
}
]
11 changes: 5 additions & 6 deletions scoutingapp/src/config/structure.json
Original file line number Diff line number Diff line change
Expand Up @@ -335,12 +335,11 @@
"type": "GenericDropdown",
"text": "How good are they at intaking while being defended?",
"options": [
"Very Good - The defending bot had very little to no impact on the robot's intaking ability.",
"Good - The defending bot had some impact on the robot's intaking ability, but the robot was still able to intake easily.",
"Okay - The defending bot had a notable impact on the robot's intaking ability, making it difficult to intake for a short period of time.",
"Poor - The defending bot heavily impacted the robot's intaking ability, making it difficult to intake for a long period of time.",
"Very Poor - The defending bot severely hampered the robot's intaking ability and barely held onto the game pieces.",
"Never defended"
"Very Good: The defending bot had very little to no impact on the robot's intaking ability.",
"Good: The defending bot had some impact on the robot's intaking ability, but the robot was still able to intake easily.",
"Okay: The defending bot had a notable impact on the robot's intaking ability, making it difficult to intake for a short period of time.",
"Poor: The defending bot heavily impacted the robot's intaking ability, making it difficult to intake for a long period of time.",
"Very Poor: The defending bot severely hampered the robot's intaking ability and barely held onto the game pieces."
],
"id": "IntakeDefenseRating"
},
Expand Down

0 comments on commit 437f11a

Please sign in to comment.