Package-level declarations

Types

Link copied to clipboard
class Classifier(sectorOneSensor: NormalizedColorSensor, sectorTwoSensor: NormalizedColorSensor, sectorThreeSensor: NormalizedColorSensor, gate: Servo, classifier: Servo, rgb: RevBlinkinLedDriver) : Attachment

Classifier is an Attachment that classifies and releases artifacts.

Link copied to clipboard
class Launcher(leftMotor: DcMotorEx, rightMotor: DcMotorEx, distanceSensor: DistanceSensor, leftPIDFCoefficients: PIDFCoefficients, rightPIDFCoefficients: PIDFCoefficients, maxVelocity: Double, targetVelocity: Double, velocityTolerance: Double = 40.0) : Attachment

Launcher is an Attachment that controls a dual motor flywheel launcher.

Link copied to clipboard
class Pusher(servo: Servo) : ServoAttachment

Pusher is a ServoAttachment that controls a servo used to push artifacts into the launcher.

Link copied to clipboard
class Storage(servo: Servo) : ServoAttachment

Storage is a ServoAttachment that controls a servo used to release artifacts from storage.