Robot Details#

The VIQRC Virtual Skills - Slapshot Playground uses the standard VEX IQ Hero Bot, Snapshot.

The Snapshot VEX IQ Hero Bot measures approximately 350 millimeters long and 280 millimeters wide.

VEX IQ Hero Bot Snapshot with Arm and Intake Motors, used in VIQRC Virtual Skills - Slapshot Playground.

Motor Groups#

Snapshot is equipped with two Motors for its Arm and Intake.

Configuration &
Python Command Name

Description

API Documentation

Arm motor of the VEX IQ Hero Bot Snapshot, used for releasing disks and reaching contact zones in competitions.
Arm Motor
arm_motor

The Arm allows the robot to release disks from some of the dispensers and reach over the barrier to touch the contact zone at the end of a match.

Blocks - Python

VEX IQ Hero Bot Snapshot intake motor, part of the robot's system for collecting and scoring disks.
Intake Motor
intake_motor

The Intake allows the robot to take in disks, or reverse the intake (reversing the intake is also called the outtake) to spin the disks out and away from the intake and score them. The Intake Motor starts at 0 degrees and will collect a Disc when spun forward for 180 degrees, and score or drop a Block when spun in reverse for 180 degrees.

Blocks - Python

Sensors#

Byte has access to the following sensors for autonomous coding:

Configuration

Description

API Documentation

Python Command Name

Brain Timer

The Robot has access to a built-in timer.

Blocks - Python

brain.timer

Drivetrain

The Robot has access to a Drivetrain with a built-in Inertial Sensor to track the Robot’s current heading and angle of rotation.

Blocks - Python

drivetrain

Front Distance

Reports if an object is close to the sensor, as well as the approximate distance from the front of the sensor to an object, in millimeters or inches.

Blocks - Python

front_distance

Front Optical

Reports when a Block is in the Intake, and also what color that Block is.

Blocks - Python

front_optical

Intake Bumper

Reports when a Block is loaded in the Intake.

Blocks - Python

intake_bumper