public class VisionPurePursuit
extends CommandGroup
| Constructor and Description |
|---|
VisionPurePursuit(DriveBase driveBase,
MustangCoprocessor coprocessor,
MustangSensors sensors,
double spaceFromTarget,
boolean isReversed,
MutableDouble finalAngle)
Deprecated.
|
public VisionPurePursuit(DriveBase driveBase, MustangCoprocessor coprocessor, MustangSensors sensors, double spaceFromTarget, boolean isReversed, MutableDouble finalAngle)
isReversed - True if using the back-facing camera on the robot to drive
backwardsfinalAngle - The mutable double for the desired final angle. Should be set by this command so a Pivot can finish it from the surrounding CommandGroup.