Package | Description |
---|---|
frc.team670.robot.commands.drive.purePursuit |
Modifier and Type | Method and Description |
---|---|
Path |
PathGenerator.generatePath()
Generates a not-reversed path
|
Path |
PathGenerator.generatePath(boolean reverse) |
Path |
PurePursuitTracker.getPath() |
Modifier and Type | Method and Description |
---|---|
void |
PurePursuitTracker.setPath(Path path,
double lookaheadDistance)
Sets the path to be tracked
|
Constructor and Description |
---|
PurePursuit(Path path,
DriveBase driveBase,
MustangSensors sensors,
PoseEstimator estimator,
boolean isReversed,
MutableDouble finalAngle,
double yDistance,
double xDistance,
double offset) |