TankLocalizer
class TankLocalizer @JvmOverloads constructor(val getWheelPositions: () -> List<Double>, val getWheelVelocities: () -> List<Double>? = { null }, trackWidth: Double) : DeadReckoningLocalizer
Default localizer for tank drives based on the drive encoders.
Parameters
getWheelPositions
wheel positions in linear distance units
getWheelVelocities
lateral distance between pairs of wheels on different sides of the robot