SwerveLocalizer

public final class SwerveLocalizer implements 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
public SwerveLocalizer SwerveLocalizer(List<SwerveModule> modules, Double trackWidth, Double wheelBase)

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

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

public SwerveLocalizer SwerveLocalizer(List<SwerveModule> modules, List<Vector2d> modulePositions)

Properties

Link copied to clipboard
private final Pose2d lastRobotPoseDelta

The last computed change in relative robot position.

Link copied to clipboard
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

The last computed change in relative robot position.

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.