Skip to content
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.

Commit

Permalink
TeleOp controller fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonDev07 committed Mar 7, 2024
1 parent 2325ee1 commit 8c0367e
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,6 @@ public void loop() {
double frontRightPower;
double backLeftPower;
double backRightPower;
double drive = -gamepad1.left_stick_y;
double strafe = gamepad1.left_stick_x;

double drive = -robot.currentGamepad1.left_stick_y;
double strafe = robot.currentGamepad1.left_stick_x;

Expand Down

0 comments on commit 8c0367e

Please sign in to comment.