LocalizationTest

This is a simple teleop routine for testing localization. Drive the robot around like a normal teleop routine and make sure the robot's estimated pose matches the robot's actual pose (slight errors are not out of the ordinary, especially with sudden drive motions).

The goal of this exercise is to ascertain whether the localizer has been configured properly (note: the pure encoder localizer heading may be significantly off if the track width has not been tuned).

Since

4.0.0

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun accept(opMode: LinearOpMode, telemetry: DualTelemetry, drive: RoadRunnerDrive)
Performs this operation on the given arguments.

Inherited functions

Link copied to clipboard
open fun andThen(after: TriConsumer<in T1, in T2, in T3>): TriConsumer<T1, T2, T3>
Returns a composed TriConsumer that performs, in sequence, this operation followed by the after operation.