User Tools

Site Tools


scoutradioz:forms:2024_team_2252_pit_form

2024 - 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": 48,
      "step": 1
    }
  },
  {
    "type": "slider",
    "label": "Robot Weight (lbs)",
    "id": "robotWeight",
    "options": {
      "min": 70,
      "max": 130,
      "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 and Making Notes…",
    "id": "picking&MakingNotes"
  },
  {
    "type": "spacer"
  },
  {
    "type": "checkbox",
    "label": "Can they recieve Notes from the Source",
    "id": "pickUpSource"
  },
  {
    "type": "checkbox",
    "label": "Can they pick up from the ground?",
    "id": "pickUpGround"
  },
  {
    "type": "h2",
    "label": "Can they Score Notes ...",
    "id": "canTheyScore"
  },
  {
    "type": "h3",
    "label": "Speaker?",
    "id": "speaker"
  },
  {
    "type": "checkbox",
    "label": "Close(near Base)",
    "id": "scoreSpeakerClose"
  },
  {
    "type": "checkbox",
    "label": "Medium(by Stage)",
    "id": "scoreSpeakerMed"
  },
  {
    "type": "checkbox",
    "label": "Long(near Half Court)",
    "id": "scoreSpeakerFar"
  },
  {
    "type": "h3",
    "label": "Amp?",
    "id": "amp"
  },
  {
    "type": "checkbox",
    "label": "At Amp",
    "id": "scoreAmpClose"
  },
  {
    "type": "checkbox",
    "label": "From A Distance",
    "id": "scoreAmpFar"
  },
  {
    "type": "h3",
    "label": "Stage?",
    "id": "stage"
  },
  {
    "type": "checkbox",
    "label": "Hang on Stage?",
    "id": "scoreHang"
  },
  {
    "type": "slider",
    "label": "Max Height to Grab Chain?",
    "id": "chainHeightMax",
    "options": {
      "min": 26,
      "max": 48,
      "step": 1
    }
  },
  {
    "type": "checkbox",
    "label": "Score in Trap?",
    "id": "scoreTrap"
  },
  {
    "type": "checkbox",
    "label": "Release off of Chain?",
    "id": "releaseChain"
  },
  {
    "type": "h2",
    "label": "Autonomous Runs",
    "id": "autoRuns"
  },
  {
    "type": "checkbox",
    "label": "Auto Runs On Source Side?",
    "id": "autoSourceRun"
  },
  {
    "type": "checkbox",
    "label": "Auto Runs In Middle?",
    "id": "autoMiddleRun"
  },
  {
    "type": "checkbox",
    "label": "Auto Runs on Amp Side?",
    "id": "autoAmpRun"
  },
  {
    "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/2024_team_2252_pit_form.txt · Last modified: by moconnell@team102.org

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki