public class PurePursuit
extends Command
Constructor and Description |
---|
PurePursuit(Path path,
DriveBase driveBase,
MustangSensors sensors,
PoseEstimator estimator,
boolean isReversed,
MutableDouble finalAngle,
double yDistance,
double xDistance,
double offset) |
public PurePursuit(Path path, DriveBase driveBase, MustangSensors sensors, PoseEstimator estimator, boolean isReversed, MutableDouble finalAngle, double yDistance, double xDistance, double offset)
finalAngle
- a MutableDouble object reference to the angle (using zeroed yaw) this PurePursuit command should end up at compared to the zeroed yaw.