SwerveLocalizer

class SwerveLocalizer(val modules: List<SwerveModule>, modulePositions: List<Vector2d>) : DeadReckoningLocalizer

Default localizer for swerve drives based on the drive encoder positions and module orientations.

Parameters

modules

the individual swerve modules

modulePositions

the positions of all the modules relative to the center of rotation of the robot

Constructors

Link copied to clipboard
constructor(modules: List<SwerveModule>, trackWidth: Double, wheelBase: Double = trackWidth)

Default localizer for swerve drives based on the drive encoder positions and module orientations.

constructor(modules: List<SwerveModule>, modulePositions: List<Vector2d>)

Properties

Link copied to clipboard
open override var lastRobotPoseDelta: Pose2d

The last computed change in relative robot position.

Link copied to clipboard
Link copied to clipboard
open override var poseEstimate: Pose2d

Current robot pose estimate.

Link copied to clipboard
open override var poseVelocity: Pose2d?

Current robot pose velocity (optional)

Functions

Link copied to clipboard
open override fun update()

Completes a single localization update.