Package-level declarations

Types

Link copied to clipboard
open class Controller : Gamepad
A wrapper around a Gamepad object that provides a Controls interface and custom input calculations.
Link copied to clipboard
open class IMUEx : IMU, LazyImu, Runnable
Drop-in replacement for an Inertial Measurement Unit that provides WPIUnit data through fields and yaw domain, while implementing lazy loading compatible with RoadRunner.
Link copied to clipboard
open class InvertibleTouchSensor : TouchSensor
A TouchSensor where the readings can be inverted.
Link copied to clipboard
open class Motor : SimpleRotator, DcMotorEx
Drop-in replacement for a DcMotor that uses custom control algorithms to operate RUN_USING_ENCODER and RUN_TO_POSITION modes.
Link copied to clipboard
open class ServoEx : ServoImpl, PwmControl
Extension of the extended Servo interface that allows for motion profiling via a TrapezoidProfile.
Link copied to clipboard
open class SimpleRotator : DcMotorSimple
Drop-in replacement for DcMotorSimple (and by extension, DcMotor and CRServo) to support write caching, refresh rates, and internal power clamps/scales.