Just a bit of clarity
This commit is contained in:
@ -34,6 +34,7 @@ public class DevTeleopRunMode {
|
|||||||
public Gamepad currentGP2;
|
public Gamepad currentGP2;
|
||||||
public Gamepad previousGP2;
|
public Gamepad previousGP2;
|
||||||
public FieldStates fieldStates;
|
public FieldStates fieldStates;
|
||||||
|
|
||||||
public DevTeleopRunMode(HardwareMap hardwareMap, Telemetry telemetry, Gamepad gp1, Gamepad gp2) {
|
public DevTeleopRunMode(HardwareMap hardwareMap, Telemetry telemetry, Gamepad gp1, Gamepad gp2) {
|
||||||
this.motors = new MotorsSubsystem(hardwareMap, telemetry);
|
this.motors = new MotorsSubsystem(hardwareMap, telemetry);
|
||||||
this.claw = new ClawSubsystem(hardwareMap, telemetry);
|
this.claw = new ClawSubsystem(hardwareMap, telemetry);
|
||||||
|
Reference in New Issue
Block a user