helloworld
This commit is contained in:
parent
4235ee9e52
commit
df1dff5bb9
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ public class WEROBOT_FTC2024_New_carlike extends LinearOpMode {
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case TANK:
|
case TANK:
|
||||||
lpower = -y;
|
lpower = y;
|
||||||
rpower = gamepad1.right_stick_y;
|
rpower = gamepad1.right_stick_y;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue