Package me.wobblyyyy.pathfinder.tracking
Interface Tracker
- All Superinterfaces:
Odometry
- All Known Implementing Classes:
GyroSwerveTracker,SwerveChassisTracker,ThreeWheelChassisTracker
public interface Tracker extends Odometry
Interface used for standardizing different types of positional trackers.
- Since:
- 0.1.0
- Author:
- Colin Robertson
-
Method Summary
Modifier and Type Method Description HeadingPointgetBlPos()HeadingPointgetBrPos()HeadingPointgetFlPos()HeadingPointgetFrPos()
-
Method Details
-
getFrPos
HeadingPoint getFrPos() -
getFlPos
HeadingPoint getFlPos() -
getBrPos
HeadingPoint getBrPos() -
getBlPos
HeadingPoint getBlPos()
-