Three Wheel Localizer
Standard three dead wheel localizer that uses two parallel encoders and one perpendicular encoder to localize the robot. Source
Since
6.0.0
Constructors
Link copied to clipboard
constructor(@NonNull driveModel: DriveModel, @NonNull params: ThreeWheelLocalizer.Params, @Nullable par0: RawEncoder, @Nullable par1: RawEncoder, @Nullable perp: RawEncoder)
Create a new ThreeWheelLocalizer that will run on two parallel and one perpendicular encoders.