mirror of
https://github.com/TimeCrafters/UltimateGoal.git
synced 2025-12-16 14:02:34 +00:00
Aubrey stuff
This commit is contained in:
@@ -20,8 +20,8 @@ public class AubreyFirstState extends CyberarmState {
|
|||||||
//This one is set up to repeat every few milliseconds
|
//This one is set up to repeat every few milliseconds
|
||||||
@Override
|
@Override
|
||||||
public void exec() {
|
public void exec() {
|
||||||
UwU= engine.gamepad1.left_stick_y ;
|
UwU= -engine.gamepad1.left_stick_y ;
|
||||||
OwO= engine.gamepad1. right_stick_y;
|
OwO= -engine.gamepad1. right_stick_y;
|
||||||
robot.driveBackLeft.setPower(UwU);
|
robot.driveBackLeft.setPower(UwU);
|
||||||
|
|
||||||
robot.driveFrontLeft.setPower(UwU);
|
robot.driveFrontLeft.setPower(UwU);
|
||||||
|
|||||||
Reference in New Issue
Block a user