class SwerveLocalizer : Localizer
Default localizer for swerve drivetrains based on the drive encoder positions and module orientations.
SwerveLocalizer(drive: SwerveDrive, clock: NanoClock = NanoClock.system())
Default localizer for swerve drivetrains based on the drive encoder positions and module orientations. |
var poseEstimate: Pose2d
Current robot pose estimate. |
fun update(): Unit
Completes a single localization update. |