Localizer

public interface Localizer

Generic interface for estimating robot pose over time.

Inheritors

Functions

Link copied to clipboard
public abstract Pose2d getPoseEstimate()

Current robot pose estimate.

Link copied to clipboard
public abstract Pose2d getPoseVelocity()

Current robot pose velocity (optional)

Link copied to clipboard
public abstract Unit setPoseEstimate(Pose2d poseEstimate)

Current robot pose estimate.

Link copied to clipboard
public abstract Unit update()

Completes a single localization update.