Localizer

interface Localizer

Generic interface for estimating robot pose over time.

Inheritors

Properties

Link copied to clipboard
abstract var poseEstimate: Pose2d

Current robot pose estimate.

Link copied to clipboard
abstract val poseVelocity: Pose2d?

Current robot pose velocity (optional)

Functions

Link copied to clipboard
abstract fun update()

Completes a single localization update.