public Localizer
Generic interface for estimating robot pose over time.
Modifier and Type | Method and Description |
---|---|
Pose2d |
getPoseEstimate()
Current robot pose estimate.
|
void |
setPoseEstimate(Pose2d p)
Current robot pose estimate.
|
void |
update()
Completes a single localization update.
|