Package-level declarations

Types

Link copied to clipboard

Generic driving command that applies the OI output to the drivetrain.

Link copied to clipboard
interface DriveSubsystem : Subsystem, Loggable

A drivetrain that uses closed-loop velocity control.

Link copied to clipboard
fun interface OI

An Operator Input (OI) that gets the desired ChassisSpeeds to give a DriveSubsystem.

Link copied to clipboard
class VisionEstimator(tagLayout: AprilTagFieldLayout, camName: String, robotToCam: Transform3d) : PhotonPoseEstimator

This class uses normal multi-tag PNP and lowest ambiguity using the gyro rotation for the internal cam-to-tag transform as a fallback strategy