Skip to content

Commit

Permalink
Add speed data fields and remove 2023 componenets
Browse files Browse the repository at this point in the history
  • Loading branch information
Shilab66 committed Feb 24, 2024
1 parent da0c607 commit b9af8ef
Showing 1 changed file with 12 additions and 174 deletions.
186 changes: 12 additions & 174 deletions scoutingapp/src/config/structure.json
Original file line number Diff line number Diff line change
Expand Up @@ -354,194 +354,32 @@
"type": "GenericHeaderTwo",
"text": "Auto"
},
{
"type": "IncrementNumberInput",
"text": "Auto Game Pieces Scored",
"placeholder": [
"0"
],
"id": "AutoPieces"
},
{
"type": "GenericDropdown",
"text": "Where did they start from in the community during autonomous?",
"options": [
"",
"Cable protector side",
"Charging station",
"Loading zone side"
],
"required": true,
"id": "AutoStartingPosition"
},
{
"type": "GenericToggle",
"text": "Did they engage on the charge station?",
"id": "AutoEngaged"
},
{
"type": "GenericToggle",
"text": "Did they intake all the game pieces they attempted to?",
"id": "AutoIntakeAccuracy"
},
{
"type": "GenericDropdown",
"text": "How good were they with scoring game pieces?",
"options": [
"",
"Great: Scored all game pieces at their attempted heights.",
"Decent: Scored all game pieces but not at their attempted heights.",
"Okay: Scored some game pieces at their attempted heights.",
"Poor: Scored some game pieces but not at their attempted heights.",
"Lousy: Scored none of their game pieces."
],
"id": "AutoScoringAccuracy"
},
{
"type": "GenericToggle",
"text": "Did they run into any obstacles while driving autonomously?",
"id": "AutoDrivingSkills"
},
{
"type": "GenericTextArea",
"text": "Auto Notes",
"id": "AutoNotes"
},
{
"type": "Spacing"
},
{
"type": "GenericHeaderTwo",
"text": "Teleop"
},
{
"type": "IncrementNumberInput",
"text": "Teleop Game Pieces Scored",
"placeholder": [
"0"
],
"id": "TeleopPieces"
},
{
"type": "GenericDropdown",
"text": "Which path did they often take between the community and loading station?",
"options": [
"",
"Cable protector side to loading zone",
"Over the charging station to loading zone",
"No cable protector side to loading zone",
"No specific path"
],
"id": "TeleopPath"
},
{
"type": "GenericDropdown",
"text": "How fast were they when lining up to score?",
"text": "How fast are they at lining up to score?",
"options": [
"",
"Quick: Aligned almost immediately.",
"Fast: Took time to align at times but generally fast.",
"Slow: Took lots of time to align, especially further away from their driver station.",
"Very Slow: Clogged the grid and prevented partners from scoring when aligning."
"Slow (>5 seconds)",
"Fast (<5 seconds)"
],
"id": "TeleopAligningSpeed"
},
{
"type": "GenericDropdown",
"text": "How did they enter and exit the community?",
"options": [
"",
"Smoothly: Never pinballed into objects/partners and quick at entering/exiting.",
"Well: Sometimes hit objects/partners, generally quick at entering/exiting.",
"Poor: Often hit objects/partners, takes time to enter/leave community.",
"Very Poor: Hampered their alliance and hit their partners, slow to enter/leave community."
],
"id": "TeleopCommunitySkill"
},
{
"type": "GenericDropdown",
"text": "Where did they intake from for most of the game?",
"options": [
"",
"Ground",
"Double substation",
"Single substation"
],
"id": "TeleopIntakingLocation"
},
{
"type": "GenericTextArea",
"text": "Teleop Notes",
"id": "TeleopNotes"
},
{
"type": "Spacing"
},
{
"type": "GenericHeaderTwo",
"text": "Ratings"
},
{
"type": "GenericToggle",
"text": "Did they disable?",
"id": "Disabled"
},
{
"type": "GenericToggle",
"text": "Were they tippy?",
"id": "Tippy"
},
{
"type": "GenericDropdown",
"text": "How fluid was their driving?",
"options": [
"",
"Very Fluid: Swerved past obstacles and had no delays when reaching their destination.",
"Fluid: Ran into obstacles at times but generally very fluid & consistent.",
"Average: Vulnerable to defense & would hit obstacles.",
"Poor: Easily impacted by other robots & obstacles and inconsistent when driving.",
"Very Poor: Pinballed into other robots / racked up fouls / hampered their alliance."
],
"id": "DriverRating"
},
{
"type": "GenericDropdown",
"text": "How good were they at intaking/holding cones?",
"options": [
"",
"Very Good: Fast at intaking cones / strong grip on them.",
"Good: Generally fast at intaking cones / good grip on them.",
"Average: Took time to intake cones / cones could fall out at times.",
"Poor: Took lots of time to intake cones / cones could fall out often.",
"Very Poor: Spent most of their time trying to intake a cone / cones fell out almost immediately."
],
"id": "ConeIntakingSkill"
"id": "ClimbSpeed"
},
{
"type": "GenericDropdown",
"text": "How good were they at intaking/holding cubes?",
"text": "How fast is their scoring mechanism (how long does it take to spin up, etc.)",
"options": [
"",
"Very Good: Fast at intaking cubes / strong grip on them.",
"Good: Generally fast at intaking cubes / good grip on them.",
"Average: Took time to intake cubes / cubes could fall out at times.",
"Poor: Took lots of time to intake cubes / cubes could fall out often.",
"Very Poor: Spent most of their time trying to intake a cube / cubes fell out almost immediately."
"Slow (>5 seconds)",
"Fast (<5 seconds)"
],
"id": "CubeIntakingSkill"
"id": "ScoringSpeed"
},
{
"type": "GenericDropdown",
"text": "How fast were they at intaking from the loading zone?",
"text": "How fast are they at intaking notes?",
"options": [
"",
"Very Good: Barely took time to align and intakes almost immediately.",
"Good: Generally fast at aligning and intakes quickly.",
"Average: Takes time to align and intake.",
"Poor: Took lots of time to align and often had to spend multiple tries intaking.",
"Very Poor: Clogged the loading zone trying to align and intaking was rarely successful."
"Slow (>5 seconds)",
"Fast (<5 seconds)"
],
"id": "SubstationSpeed"
"id": "IntakingSpeed"
},
{
"type": "DarkButton",
Expand Down

0 comments on commit b9af8ef

Please sign in to comment.