Skip to main content

Pick it, Score it!

Use [Spin for], [Spin to position], and [Turn for] blocks to code Virtual Byte, the Hero Bot, to pick up the Green Block in front of it and score the Block into Goal II.

  • Select the VIQRC Virtual Skills - Full Volume Playground.
  • Code the robot to spin the Intake Motor Group to pick up the Green Block.
  • Code the robot to spin the Arm Motor Group to raise the Arm to a desired position for scoring.
  • Turn the robot toward Goal II.
  • Code the robot to spin the Intake Motor Group to drop the Green Block into the Goal.

Helpful Hints

  • Use the spin IntakeMotorGroup block from the Motion category and select the forward direction to intake an object.

    • Matching Python command:

  • Use the spin IntakeMotorGroup block from the Motion category and select the reverse direction to drop an object.

    • Matching Python command:

  • Use the spin ArmMotorGroup to position block from the Motion category to raise and lower the Arm.

    • Matching Python command:

For more information about the robot features in VIQRC Full Volume for VEXcode VR, please see this article.