updated claws

This commit is contained in:
66945
2022-03-16 20:16:32 -06:00
parent 970fd819b5
commit a7378ef38a
4 changed files with 25 additions and 19 deletions
+1 -1
View File
@@ -175,7 +175,7 @@ public class RobotMap {
// public final CANSparkMax leftClaw = new CANSparkMax(ClawConstants.LEFT_CLAW_ID, MotorType.kBrushless);
// public final CANSparkMax rightClaw = new CANSparkMax(ClawConstants.RIGHT_CLAW_ID, MotorType.kBrushless);
public final Servo leftClaw = new Servo(1); // TODO: find actual channel
public final Servo rightClaw = new Servo(1); // TODO: find actual channel
public final Servo rightClaw = new Servo(2); // TODO: find actual channel
// Shooter Config
/* Boom Boom Subsystem */