Skip to content

Commit

Permalink
finished team manager file
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingMaster121 committed Feb 17, 2025
1 parent 352efec commit 599f74f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
2 changes: 1 addition & 1 deletion falconscoutcore/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"AutoCoralL4",
"AutoBarge",
"AutoProcessor",
"AutoCenterline",
"AutoNotes",
"TeleopCoralL1",
"TeleopCoralL2",
"TeleopCoralL3",
"TeleopCoralL4",
"TeleopAlgaeBarge",
"TeleopAlgaeProcessor",
"TeleopAlgaeRemoval",
"TeleopNotes",
"Parked",
"ClimbStatus",
Expand Down
23 changes: 14 additions & 9 deletions scoutingapp/src/config/structure.json
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,14 @@
],
"id": "TeleopAlgaeProcessor"
},
{
"type": "GenericToggle",
"text": "Did the robot remove algae from the reef?",
"id": "TeleopAlgaeRemoval"
},
{
"type": "GenericTextArea",
"text": "Teleop Qualitative Notes",
"text": "Teleop Notes",
"id": "TeleopNotes"
},
{
Expand Down Expand Up @@ -328,14 +333,14 @@
},
{
"type": "GenericDropdown",
"text": "How good are they at intaking while being defended (0-5)?",
"text": "How good are they at intaking while being defended?",
"options": [
"5 - The defending bot had very little to no impact on the robot's intaking ability.",
"4 - The defending bot had some impact on the robot's intaking ability, but the robot was still able to intake easily.",
"3 - The defending bot had a notable impact on the robot's intaking ability, making it difficult to intake for a short period of time.",
"2 - The defending bot heavily impacted the robot's intaking ability, making it difficult to intake for a long period of time.",
"1 - The defending bot severely hampered the robot's intaking ability and barely held onto the game pieces.",
"0 - 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.",
"Never defended"
],
"id": "IntakeDefenseRating"
},
Expand Down Expand Up @@ -367,14 +372,14 @@
"AutoCoralL4",
"AutoBarge",
"AutoProcessor",
"AutoCenterline",
"AutoNotes",
"TeleopCoralL1",
"TeleopCoralL2",
"TeleopCoralL3",
"TeleopCoralL4",
"TeleopAlgaeBarge",
"TeleopAlgaeProcessor",
"TeleopAlgaeRemoval",
"TeleopNotes",
"Parked",
"ClimbStatus",
Expand Down

0 comments on commit 599f74f

Please sign in to comment.