Package-level declarations

Algorithms for robot localization

Types

Link copied to clipboard
public abstract class AngleSensor

A class describing an abstract angle measuring device. This includes the IMU in the Control/Expansion Hub as well as any other similar sensors.

Link copied to clipboard
public interface DeadReckoningLocalizer implements Localizer
Link copied to clipboard
public final class HeadingLocalizer implements Localizer

A localizer that uses a DeadReckoningLocalizer with an added heading sensor to increase accuracy.

Link copied to clipboard
public interface Localizer

Generic interface for estimating robot pose over time.

Link copied to clipboard
public final class MecanumLocalizer implements DeadReckoningLocalizer

Default localizer for mecanum drives based on the drive encoders.

Link copied to clipboard
public final class SwerveLocalizer implements DeadReckoningLocalizer

Default localizer for swerve drives based on the drive encoder positions and module orientations.

Link copied to clipboard
public final class TankLocalizer implements DeadReckoningLocalizer

Default localizer for tank drives based on the drive encoders.

Link copied to clipboard
public abstract class ThreeTrackingWheelLocalizer implements Localizer

Localizer based on three unpowered tracking omni wheels.

Link copied to clipboard
public abstract class TwoTrackingWheelLocalizer implements Localizer

Localizer based on two unpowered tracking omni wheels and an orientation sensor.