HeadingLocalizer

public final class HeadingLocalizer implements Localizer

A localizer that uses a DeadReckoningLocalizer with an added heading sensor to increase accuracy.

Constructors

Link copied to clipboard
public HeadingLocalizer HeadingLocalizer(AngleSensor headingSensor, DeadReckoningLocalizer deadReckoningLocalizer)

Properties

Link copied to clipboard

Current robot pose estimate.

Link copied to clipboard
private final Pose2d poseVelocity

Current robot pose velocity (optional)

Functions

Link copied to clipboard

Current robot pose estimate.

Link copied to clipboard

Current robot pose velocity (optional)

Link copied to clipboard
public Unit setPoseEstimate(Pose2d poseEstimate)

Current robot pose estimate.

Link copied to clipboard
public Unit update()

Completes a single localization update.