Just a bit of clarity

This commit is contained in:
2024-11-06 23:16:15 -08:00
parent 5b3c92c82c
commit 00a828cfb9

View File

@ -34,6 +34,7 @@ public class DevTeleopRunMode {
public Gamepad currentGP2;
public Gamepad previousGP2;
public FieldStates fieldStates;
public DevTeleopRunMode(HardwareMap hardwareMap, Telemetry telemetry, Gamepad gp1, Gamepad gp2) {
this.motors = new MotorsSubsystem(hardwareMap, telemetry);
this.claw = new ClawSubsystem(hardwareMap, telemetry);