| Package | Description |
|---|---|
| frc.team670.robot.commands.arm.joystick | |
| frc.team670.robot.commands.arm.movement | |
| frc.team670.robot.subsystems | |
| frc.team670.robot.subsystems.wrist |
| Constructor and Description |
|---|
JoystickWrist(BaseWrist wrist,
double power) |
| Constructor and Description |
|---|
MoveWrist(BaseWrist wrist,
double angle)
Instantiates Command
|
| Modifier and Type | Method and Description |
|---|---|
BaseWrist |
Arm.getWrist() |
| Constructor and Description |
|---|
Arm(BaseElbow elbow,
BaseWrist wrist,
BaseExtension extension,
BaseIntake intake,
Claw claw) |
| Modifier and Type | Class and Description |
|---|---|
class |
Wrist
Controls wrist motors
|