Skip to content

Commit

Permalink
made minor tweaks to endgame
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingMaster121 committed Feb 1, 2025
1 parent 5966c19 commit f1be9f7
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions scoutingapp/src/config/structure.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,9 @@
"type": "GenericDropdown",
"text": "Did the robot climb onto the cage?",
"options": [
"no climb",
"deep climb",
"shallow climb"
"No Climb",
"Deep Climb",
"Shallow Climb"
],
"id": "ClimbStatus"
},
Expand All @@ -186,9 +186,9 @@
"type": "GenericDropdown",
"text": "How fast were they at climbing onto the cage?",
"options": [
"Slow",
"average",
"Fast"
"Slow (>10 seconds)",
"Average (5-10 seconds)",
"Fast (<5 seconds)"
],
"id": "ClimbSpeed"
},
Expand Down Expand Up @@ -298,7 +298,6 @@
"TeleopNotes",
"Parked",
"ClimbStatus",

"ClimbSpeed",
"EndgameNotes",
"Disabled",
Expand Down

0 comments on commit f1be9f7

Please sign in to comment.