Standard3WheelLocalizer

A utility class for creating 3-wheel tracking localizers with standard configurations.

Constructors

Link copied to clipboard
constructor(left: Motor.Encoder, right: Motor.Encoder, perpendicular: Motor.Encoder, lateralDistance: Double, forwardOffset: Double)
constructor(encoders: List<Motor.Encoder>, encoderPositions: List<Pose2d>)

Functions

Link copied to clipboard
open override fun getWheelPositions(): List<Double>
Link copied to clipboard
open override fun getWheelVelocities(): List<Double>