User Tools

Site Tools


scoutradioz:forms:2025_team_2252_pit_form

2025 - Team 2252 Pit form

[
  {
    "type": "h2",
    "label": "Drive Base",
    "id": "driveBase"
  },
  {
    "type": "spacer"
  },
  {
    "type": "multiselect",
    "label": "Drive base type",
    "options": [
      "Swerve L1",
      "Swerve L2",
      "Swerve L3",
      "Tank",
      "Mecanum"
    ],
    "id": "driveBaseType"
  },
  {
    "type": "slider",
    "label": "Drive Base Length (in)",
    "id": "driveBaseLength",
    "options": {
      "min": 20,
      "max": 40,
      "step": 1
    }
  },
  {
    "type": "slider",
    "label": "Drive Base Width (in)",
    "id": "driveBaseWidth",
    "options": {
      "min": 20,
      "max": 40,
      "step": 1
    }
  },
  {
    "type": "slider",
    "label": "Robot Height (in)",
    "id": "robotHeight",
    "options": {
      "min": 10,
      "max": 42,
      "step": 1
    }
  },
  {
    "type": "slider",
    "label": "Robot Weight without Bumper (lbs)",
    "id": "robotWeight",
    "options": {
      "min": 50,
      "max": 115,
      "step": 0.5
    }
  },
  {
    "type": "slider",
    "label": "Robot Weight with Bumper (lbs)",
    "id": "robotWeightWithBumper",
    "options": {
      "min": 50,
      "max": 135,
      "step": 0.5
    }
  },
  {
    "type": "multiselect",
    "label": "Center of Gravity",
    "options": [
      "Low",
      "Middle(Kinda Top Heavy)",
      "High(Easy to Fall Over)"
    ],
    "id": "driveCenterOfGravity"
  },
  {
    "type": "h2",
    "label": "Picking Up Coral …",
    "id": "pickingCoral"
  },
  {
    "type": "spacer"
  },
  {
    "type": "checkbox",
    "label": "Can they Receive Coral from the Station",
    "id": "pickUpStation"
  },
  {
    "type": "checkbox",
    "label": "Can they pick up from the ground?",
    "id": "pickUpCoralGround"
  },
  {
    "type": "h2",
    "label": "Can they Score Coral ...",
    "id": "canTheyScoreCoral"
  },
  {
    "type": "h3",
    "label": "Reef?",
    "id": "reef"
  },
  {
    "type": "checkbox",
    "label": "Level 4?",
    "id": "scoreCoralL4"
  },
  {
    "type": "checkbox",
    "label": "Level 3?",
    "id": "scoreCoralL3"
  },
  {
    "type": "checkbox",
    "label": "Level 2?",
    "id": "scoreCoralL2"
  },
  {
    "type": "checkbox",
    "label": "Level 1?",
    "id": "scoreCoralL1"
  },
  {
    "type": "h2",
    "label": "Picking Up Algae …",
    "id": "pickingUpAlgae"
  },
  {
    "type": "spacer"
  },
  {
    "type": "checkbox",
    "label": "Can they Receive Coral from the Reef",
    "id": "pickUpAlgaeReef"
  },
  {
    "type": "checkbox",
    "label": "Can they pick up from the ground?",
    "id": "pickUpAlgaeGround"
  },
  {
    "type": "h3",
    "label": "Algae",
    "id": "algae"
  },
  {
    "type": "checkbox",
    "label": "Score At Processor",
    "id": "scoreProcessor"
  },
  {
    "type": "checkbox",
    "label": "Score in Net With Robot",
    "id": "scoreNetRobot"
  },
  {
    "type": "h2",
    "label": "Barge?",
    "id": "barge"
  },
  {
    "type": "checkbox",
    "label": "Climb on Shallow Cage?",
    "id": "scoreShallowCage"
  },
  {
    "type": "checkbox",
    "label": "Climb on Deep Cage?",
    "id": "scoreDeepCage"
  },
  {
    "type": "h2",
    "label": "Autonomous Runs",
    "id": "autoRuns"
  },
  {
    "type": "checkbox",
    "label": "Auto Runs On Inside?",
    "id": "autoInsideRun"
  },
  {
    "type": "checkbox",
    "label": "Auto Runs In Middle?",
    "id": "autoMiddleRun"
  },
  {
    "type": "checkbox",
    "label": "Auto Runs On Outside?",
    "id": "autoOutsideRun"
  },
  {
    "type": "textblock",
    "label": "Auto Run Plays (List what they can do in auto)",
    "id": "autoRunNotes"
  },
  {
    "type": "h2",
    "label": "Comment Section",
    "id": "lblcomment"
  },
  {
    "type": "textblock",
    "label": "Comments",
    "id": "comment"
  }
]
scoutradioz/forms/2025_team_2252_pit_form.txt · Last modified: by moconnell@team102.org

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki