ThreeEncoderLocalizer
class ThreeEncoderLocalizer(left: RotaryEncoder, side: RotaryEncoder, right: RotaryEncoder, wheelRad: Double, wheelDist: Double, rotaryCalibrationConstant: Double) : Localizer
System to localize the robot using 3 - wheel odometry.
Parameters
left
Left encoder
side
Side encoder
right
Right encoder
wheelRad
Radius of the encoder wheels
wheelDist
Distance between the two forward wheels
Constructors
Link copied to clipboard
constructor(left: RotaryEncoder, side: RotaryEncoder, right: RotaryEncoder, wheelRad: Double, wheelDist: Double, rotaryCalibrationConstant: Double)