User Tools

Site Tools


scoutradioz:forms:2025_team_1250_pit_form

2025 - Team 1250 Pit form (Work In Progress)

See https://github.com/ngonzal987/2025-Scouting for latest

[
  {
    "type": "header",
    "label": "Drive Base"
  },
  {
    "type": "multiselect",
    "label": "Drive base type",
    "id": "driveBaseType",
    "options": [
      "Swerve",
      "Tank",
      "Other"
    ]
  },
  {
    "type": "slider",
    "label": "Drive Base Length with bumpers on (inches)",
    "id": "driveBaseLength",
    "options": {
      "min": 20,
      "max": 40,
      "step": 1
    },
    "variant": "standard"
  },
  {
    "type": "slider",
    "label": "Drive Base Width with bumpers on (inches)",
    "id": "driveBaseWidth",
    "options": {
      "min": 20,
      "max": 40,
      "step": 1
    },
    "variant": "standard"
  },
  {
    "type": "slider",
    "label": "Robot Height (inches)",
    "id": "robotHeight",
    "options": {
      "min": 20,
      "max": 100,
      "step": 1
    },
    "variant": "standard"
  },
  {
    "type": "slider",
    "label": "Robot Weight (lbs)",
    "id": "robotWeight",
    "options": {
      "min": 70,
      "max": 150,
      "step": 1
    },
    "variant": "standard"
  },
  {
    "type": "slider",
    "label": "Quality of bumpers?",
    "id": "bumperQuality",
    "options": {
      "min": 1,
      "max": 5,
      "step": 1
    },
    "variant": "standard"
  },
  {
    "type": "multiselect",
    "label": "Center of Gravity",
    "options": [
      "Low",
      "Middle (Kinda Top Heavy)",
      "High (Easy to Fall Over)"
    ],
    "id": "driveCenterOfGravity"
  },
  {
    "type": "spacer"
  },
  {
    "type": "header",
    "label": "Autonomous"
  },
  {
    "type": "checkbox",
    "label": "Auto Routines on Processor Side?",
    "id": "autoProcessorSide"
  },
  {
    "type": "checkbox",
    "label": "Auto Routines in the Middle?",
    "id": "autoMiddleSide"
  },
  {
    "type": "checkbox",
    "label": "Auto Routines on the Cage Side?",
    "id": "autoCageSide"
  },
  {
    "type": "textblock",
    "label": "List what they can do in autonomous",
    "id": "autoRoutineNotes"
  },
  {
    "type": "spacer"
  },
  {
    "type": "textblock",
    "label": "How friendly is the team?",
    "id": "howFriendly"
  }
]
scoutradioz/forms/2025_team_1250_pit_form.txt · Last modified: by moconnell@team102.org

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki