IMULocalizer

open class IMULocalizer : Localizer

A simple wrapper that will wrap an Inertial Measurement Unit to supply heading-only poses as a Localizer. This is useful for localizer implementations that do not rely on encoders, and instead only require the heading information as given by a gyroscope.

Author

Lucas Bubner, 2024

Since

5.1.0

Constructors

Link copied to clipboard
constructor(@Nullable imu: IMU)
Create a new IMULocalizer.

Functions

Link copied to clipboard
open fun update(): Twist2dDual<Time>
Perform one iteration of localizer delta updates.