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.
Motor Groups#
Snapshot is equipped with two Motors for its Arm and Intake.
Configuration & |
Description |
API Documentation |
---|---|---|
|
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. |
|
|
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. |
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. |
|
|
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. |
|
|
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. |
|
|
Front Optical |
Reports when a Block is in the Intake, and also what color that Block is. |
|
|
Intake Bumper |
Reports when a Block is loaded in the Intake. |
|