Updated robot speed to 55%. Made High basket go higher
This commit is contained in:
@ -45,7 +45,7 @@ public class DevTeleop extends OpMode {
|
|||||||
public DcMotor frontRightMotor;
|
public DcMotor frontRightMotor;
|
||||||
public DcMotor backRightMotor;
|
public DcMotor backRightMotor;
|
||||||
|
|
||||||
private double MAX_POWER = .6;
|
private double MAX_POWER = .55;
|
||||||
@Override
|
@Override
|
||||||
public void init() {
|
public void init() {
|
||||||
claw = new ClawSubsystem(hardwareMap, ClawSubsystem.ClawState.CLOSED);
|
claw = new ClawSubsystem(hardwareMap, ClawSubsystem.ClawState.CLOSED);
|
||||||
|
@ -16,6 +16,6 @@ public class RobotConstants {
|
|||||||
public static int liftToFloorPos = 0;
|
public static int liftToFloorPos = 0;
|
||||||
public static int liftToPoolPos = 500;
|
public static int liftToPoolPos = 500;
|
||||||
public static int liftToLowBucketPos = 2250;
|
public static int liftToLowBucketPos = 2250;
|
||||||
public static int liftToHighBucketPos = 3850;
|
public static int liftToHighBucketPos = 3900;
|
||||||
public static double liftPower = .45;
|
public static double liftPower = .45;
|
||||||
}
|
}
|
Reference in New Issue
Block a user