Modifier and Type | Field and Description |
---|---|
static DriveBase |
Robot.driveBase |
Constructor and Description |
---|
CancelAllCommands(DriveBase driveBase,
Arm arm,
BaseIntake intake,
Claw claw) |
Constructor and Description |
---|
NavXChangeableAnglePivot(MutableDouble angle,
DriveBase driveBase,
MustangSensors sensors,
boolean reversed) |
Modifier and Type | Method and Description |
---|---|
void |
PoseEstimator.setDriveTrainBase(DriveBase driveTrainBase) |
Constructor and Description |
---|
PoseEstimator(DriveBase driveBase,
MustangSensors sensors) |
PurePursuit(Path path,
DriveBase driveBase,
MustangSensors sensors,
PoseEstimator estimator,
boolean isReversed,
MutableDouble finalAngle,
double yDistance,
double xDistance,
double offset) |
PurePursuitTracker(PoseEstimator poseEstimator,
DriveBase driveBase,
MustangSensors sensors)
Makes a Pure Pursuit Tracker that is not reversed
|
PurePursuitTracker(PoseEstimator poseEstimator,
DriveBase driveBase,
MustangSensors sensors,
boolean isReversed) |
Constructor and Description |
---|
CancelDriveBase(DriveBase driveBase) |
CollectVisionData(double[] visionData,
MustangCoprocessor coprocessor,
boolean lowTarget,
boolean isReversed,
DriveBase driveBase) |
VisionDrive(DriveBase driveBase,
MustangCoprocessor coprocessor,
MustangSensors sensors,
double spaceFromTarget,
boolean isReversed,
boolean lowTarget,
MutableDouble changeableAngle)
Add your docs here.
|
VisionPivot(DriveBase driveBase,
MustangCoprocessor coprocessor,
MustangSensors sensors,
double spaceFromTarget,
boolean isReversed,
boolean lowTarget)
Add your docs here.
|
VisionPurePursuit(DriveBase driveBase,
MustangCoprocessor coprocessor,
MustangSensors sensors,
double spaceFromTarget,
boolean isReversed,
MutableDouble finalAngle)
Deprecated.
|
VisionPurePursuitV2(DriveBase driveBase,
MustangSensors sensors,
boolean isReversed,
MutableDouble finalAngle,
double offset,
MustangCoprocessor coprocessor) |
VisionPurePursuitWithPivot(DriveBase driveBase,
MustangCoprocessor coprocessor,
MustangSensors sensors,
double spaceFromTarget,
boolean isReversed,
boolean lowTarget) |