User Tools

Site Tools


scoutradioz:forms:2024_team_102_pit_form

2024 - Team 102 Pit form

[
  {
    "type": "h3",
    "label": "Ice Breaker Question of the Week",
    "id": "iceBreaker"
  },
  {
    "type": "textblock",
    "label": "What is your favorite song and who is it by?",
    "id": "iceBreakerAnswer"
  },
  {
    "type": "h2",
    "label": "Drive Base",
    "id": "driveBase"
  },
  {
    "type": "spacer"
  },
  {
    "type": "textblock",
    "label": "Describe the Robot's Drive Base:",
    "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 Interacting with Notes",
    "id": "picking&InteractWNotes"
  },
  {
    "type": "spacer"
  },
  {
    "type": "checkbox",
    "label": "Can they intake Notes from the Source?",
    "id": "pickUpSource"
  },
  {
    "type": "checkbox",
    "label": "Can they pick up from the ground?",
    "id": "pickUpGround"
  },
  {
    "type": "checkbox",
    "label": "Can they feed notes to other robots?",
    "id": "feedToTeammates"
  },
  {
    "type": "h2",
    "label": "Is Their Intake...",
    "id": "isTheirIntake"
  },
  {
    "type": "checkbox",
    "label": "Inboard (Inside)?",
    "id": "inboardIntake"
  },
  {
    "type": "checkbox",
    "label": "Outboard (Outside)?",
    "id": "outboardIntake"
  },
  {
    "type": "h2",
    "label": "Can they Score Notes in the ...",
    "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": "stageHeading"
  },
  {
    "type": "checkbox",
    "label": "Can Hang on Stage?",
    "id": "scoreHang"
  },
  {
    "type": "slider",
    "label": "Max Chain Height Robot can Grab?",
    "id": "chainHeightMax",
    "options": {
      "min": 26,
      "max": 48,
      "step": 1
    }
  },
  {
    "type": "checkbox",
    "label": "Can Score in Trap?",
    "id": "scoreTrap"
  },
  {
    "type": "checkbox",
    "label": "Can Release off of Chain?",
    "id": "releaseChain"
  },
  {
    "type": "checkbox",
    "label": "Can Drive Under Stage?",
    "id": "driveUnderStage"
  },
  {
    "type": "h2",
    "label": "Autonomous Routines ...",
    "id": "autoRoutines"
  },
  {
    "type": "checkbox",
    "label": "On Source Side?",
    "id": "autoSourceSide"
  },
  {
    "type": "checkbox",
    "label": "In the Middle?",
    "id": "autoMiddle"
  },
  {
    "type": "checkbox",
    "label": "On the Amp Side?",
    "id": "autoAmpSide"
  },
  {
    "type": "textblock",
    "label": "What they can do in Auto (Scoring, Pathing, etc.)?",
    "id": "autoNotes"
  },
  {
    "type": "checkbox",
    "label": "Do they Use Autonomous/Assisting Code or Vision?",
    "id": "doAutoCodeTeleop"
  },
  {
    "type": "textblock",
    "label": "If So, Describe How It's Used and What It Is:",
    "id": "autoCodeTeleopNotes"
  },
  {
    "type": "textblock",
    "label": "Any Special Ways of Communication with Human Player (Lights, Hand Signs)?",
    "id": "humanPlayerCommunication"
  },
  {
    "type": "h2",
    "label": "Comments?",
    "id": "lblcomment"
  },
  {
    "type": "textblock",
    "label": "Comments",
    "id": "comment"
  }
]
scoutradioz/forms/2024_team_102_pit_form.txt · Last modified: by moconnell@team102.org

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki