Package-level declarations
Input device wrappers: NextColorDistanceSensor, NextDigitalSensor, NextDistanceSensor, NextIMU, and NextPinpoint (goBilda odometry computer) — the latter two return control module geometry types (Pose2d, Rotation2d, PoseVelocity2d).
Types
Combines a color sensor and an optional distance sensor into one class. Call update each loop to read the hardware. Use isColor to check against a dev.nextftc.hardware.sensors.colors.ColorProfile.
Lightweight wrapper around a DigitalChannel for reading digital sensors like limit switches, magnetic switches, and beam breaks.
Lightweight wrapper for a distance sensor that caches the last reading. Call update in periodic to read the hardware.
A wrapper for the GoBilda Pinpoint Odometry Computer that uses lazy initialization.