Skip to main content

Conquer Red Blocks

Use [Drive for], [Turn for], [Spin to position], [Spin for], and [wait] blocks to code the Hero Bot to pick up and score a Red Block into Goal II, and then pick up and score another Red Block into Goal III.

  • Select the VIQRC Virtual Skills - Full Volume Playground.
  • Drive the robot to the closest Red Block.
  • Code the robot to spin the Intake Motor Group to pick up the Red Block.
  • Code the robot to spin the Arm Motor Group to raise the Arm to a desired position for scoring.
  • Drive the robot toward Goal II.
  • Code the robot to spin the Intake Motor Group to drop the Red Block into Goal II.
  • Drive the robot to a Red Block on the Field.
  • Code the robot to pick up the Red Block and score it into Goal III.

Helpful Hints

  • Carefully adjust the position and orientation of the robot to ensure the Block can fall into the Goal contacting the Floor.
  • Use the wait block from the Control category to make the Hero Bot wait for a specific amount of time before executing the next Block to ensure that the Block completely leaves the Intake and lands at the desired position in the Goal.

    VEXcode Wait block that reads 'wait 0.4 seconds'.

    • Matching Python command:

      wait(0.4, SECONDS)