helloworld

This commit is contained in:
GZod01 2024-04-01 17:33:05 +02:00
parent 4235ee9e52
commit df1dff5bb9

View file

@ -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;