| Constructor and Description |
|---|
CancelAllCommands(DriveBase driveBase,
Arm arm,
BaseIntake intake,
Claw claw) |
| Constructor and Description |
|---|
CommonTransition(Arm.LegalState start,
Arm.LegalState destination,
Arm arm,
BaseIntake intake) |
GrabBallIntakeToBackCargo(Arm arm,
BaseIntake intake) |
GrabBallIntakeToNeutral(Arm arm,
BaseIntake intake) |
NeutralToGrabBallIntake(Arm arm,
BaseIntake intake) |
NeutralToStow(Arm arm,
BaseIntake intake) |
| Constructor and Description |
|---|
JoystickExtension(Arm arm,
BaseIntake intake,
BaseExtension extension,
double power) |
| Constructor and Description |
|---|
CancelArmMovement(Arm arm,
BaseIntake intake,
Claw claw) |
MoveArmDangerous(Arm.ArmState state,
Arm arm,
BaseIntake intake) |
| Constructor and Description |
|---|
ButtonRunIntake(BaseIntake intake,
double power,
boolean runningIn) |
MoveIntakeToSetpointAngle(int setpointInDegrees,
BaseIntake intake) |
RunIntakeInWithBeamBreak(BaseIntake intake,
MustangSensors sensors) |
RunIntakeInWithIR(BaseIntake intake,
MustangSensors sensors) |
StopIntakeRollers(BaseIntake intake) |
TimedRunIntake(double secondsToRun,
double power,
BaseIntake intake,
boolean runningIn) |
| Modifier and Type | Class and Description |
|---|---|
class |
Intake
Represents the Intake mechanism of the robot.
|
| Constructor and Description |
|---|
Arm(BaseElbow elbow,
BaseWrist wrist,
BaseExtension extension,
BaseIntake intake,
Claw claw) |