public class Tests extends Robot
Robot.Arm, Robot.ColorDetector, Robot.ProximitySensor, Robot.Tray
CALIBRATION_FILE_COLOR_MOTOR, CALIBRATION_FILE_COLOR_SENSOR, SENSOR_LIGHT_THRESHOLD, SENSOR_NUMBER_OF_SAMPLES
Constructor and Description |
---|
Tests() |
Modifier and Type | Method and Description |
---|---|
static void |
bruteForce(int limit)
This method makes multiple cube operations (flip, turn and rotate)
in order to manually check the robustness of the robot
|
static void |
flipCube()
This method makes only flip operations
in order to manually check the robustness of the robot
|
static void |
readColor()
This method reads the current color multiple times in order to develop and
test color sensor's methods
|
delayMillisec, finishSolve, flipCube, getCalibratedWhiteRgb, init, rotateCube, scanFace, setTrayDefaultSpeed, setTrayScanSpeed, turnFace, waitForCube
public static void readColor()
public static void bruteForce(int limit)
limit
- Number of operationspublic static void flipCube()