Package-level declarations
Types
Link copied to clipboard
A simple wrapper that will wrap an Inertial Measurement Unit to supply heading-only poses as a Localizer.
Link copied to clipboard
An estimation-based Mecanum localizer that uses no encoders and only the IMU for heading.
Link copied to clipboard
interface Localizable
Interface for a generic object that may hold some current pose and velocity estimates.
Link copied to clipboard
Interface for a generic localizer that may track the movement deltas of a robot over time.
Link copied to clipboard
Mecanum drivebase localizer that uses four encoders and an IMU to localize the robot.
Link copied to clipboard
A localizer that does nothing.
Link copied to clipboard
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
Tank drivebase localizer that uses drive encoders on all parallel wheels to localize the robot.
Link copied to clipboard
Standard three dead wheel localizer that uses two parallel encoders and one perpendicular encoder to localize the robot.
Link copied to clipboard
Standard two dead wheel localizer that uses one parallel and perpendicular encoder in combination with the IMU to localize the robot.