Two Wheel Localizer
Standard two dead wheel localizer that uses one parallel and perpendicular encoder in combination with the IMU to localize the robot. Source
Since
6.0.0
Constructors
Link copied to clipboard
constructor(@NonNull driveModel: DriveModel, @NonNull params: TwoWheelLocalizer.Params, @Nullable par: RawEncoder, @Nullable perp: RawEncoder, @Nullable imu: IMU)
Create a new TwoWheelLocalizer that will run on two parallel and one perpendicular encoders, with an IMU for heading information.