public Localizer
Generic interface for estimating robot pose over time.
@NotNull Pose2d getPoseEstimate()
Current robot pose estimate.
void setPoseEstimate(@NotNull Pose2d p)
Current robot pose estimate.
@Nullable Pose2d getPoseVelocity()
Current robot pose velocity (optional)
void update()
Completes a single localization update.