KiwiLocalizer

An API used to detect where the robot is and how much it has moved.

See also

Properties

Link copied to clipboard
open override val dependencies: Set<TriWheels>

Configures all APIs that must be initialized in order to use this API.

Link copied to clipboard

Returns true if init has been called for this opmode.

Link copied to clipboard
open val isLinear: Boolean = false

Defines whether this API requires features from LinearOpMode.

Link copied to clipboard

Functions

Link copied to clipboard
open override fun init(opMode: OpMode)

Initializes this API.

Link copied to clipboard
fun update(): Twist2dDual<Time>

Returns a Twist2dDual representing how much the robot's position and heading has changed compared to the previous time this function was called.