RedCrab: Reversed claw Arm motor

This commit is contained in:
2024-01-18 21:20:04 -06:00
parent 2241d31c83
commit 6b29c8645b

View File

@@ -198,7 +198,7 @@ public class RedCrabMinibot {
if (autonomous)
clawArm.setMode(DcMotor.RunMode.STOP_AND_RESET_ENCODER);
/// --- --- DIRECTION
clawArm.setDirection(DcMotorSimple.Direction.FORWARD);
clawArm.setDirection(DcMotorSimple.Direction.REVERSE);
/// --- --- BRAKING
/// --- --- NOTE: This won't hold back much, if anything, but its a small help, maybe? 😃
clawArm.setZeroPowerBehavior(DcMotor.ZeroPowerBehavior.BRAKE);