Localizer
This is the Localizer class. It is an abstract superclass of all localizers used in Pedro Pathing, so it contains abstract methods that will have a concrete implementation in the subclasses. Any method that all localizers will need will be in this class.
Author
Anyi Lin - 10158 Scott's Bots
Inheritors
Functions
Link copied to clipboard
This returns the multiplier applied to forward movement measurement to convert from encoder ticks to inches.
Link copied to clipboard
This returns the multiplier applied to lateral/strafe movement measurement to convert from encoder ticks to inches.
Link copied to clipboard
This returns how far the robot has turned in radians, in a number not clamped between 0 and 2 * pi radians.
Link copied to clipboard
This returns the multiplier applied to turning movement measurement to convert from encoder ticks to radians.
Link copied to clipboard
This returns the current velocity estimate from the Localizer.
Link copied to clipboard
This returns the current velocity estimate from the Localizer as a Vector.
Link copied to clipboard
This sets the start pose of the Localizer.