core / com.acmerobotics.roadrunner.drive / MecanumDrive / MecanumLocalizer

MecanumLocalizer

class MecanumLocalizer : Localizer (source)

Default localizer for mecanum drives based on the drive encoders and (optionally) a heading sensor.

Parameters

drive - drive

useExternalHeading - use external heading provided by an external sensor (e.g., IMU, gyroscope)

Constructors

<init>

Default localizer for mecanum drives based on the drive encoders and (optionally) a heading sensor.

MecanumLocalizer(drive: MecanumDrive, useExternalHeading: Boolean = true)

Properties

poseEstimate

Current robot pose estimate.

var poseEstimate: Pose2d

poseVelocity

Current robot pose velocity (optional)

var poseVelocity: Pose2d?

Functions

update

Completes a single localization update.

fun update(): Unit