Package-level declarations

Types

Link copied to clipboard
open class IntrinsicMecanumLocalizer : Localizer
An estimation-based Mecanum localizer that uses no encoders and only the IMU for heading.
Link copied to clipboard
open class SwitchableLocalizer : Localizer
SwitchableLocalizer is a composite localizer that allows self-tests to be performed, and to allow a "fallback" localizer to kick in if the self-test fails.
Link copied to clipboard
open class ThreeWheelLocalizer : ThreeTrackingWheelLocalizer
Standard 3 tracking wheel localizer implementation.
Link copied to clipboard
open class TwoWheelLocalizer : TwoTrackingWheelLocalizer
Dual tracking wheel localizer implementation.