saved encoder offset good

This commit is contained in:
Team 2648 2025-03-28 17:49:40 -04:00
parent dead4a7289
commit f6c2a82779

View File

@ -34,7 +34,7 @@ public class ManipulatorPivotConstants {
public static final double kMaxAcceleration = Units.degreesToRadians(1000.0); // degrees per second^2 calculated max = 2100 public static final double kMaxAcceleration = Units.degreesToRadians(1000.0); // degrees per second^2 calculated max = 2100
public static final double kMaxVelocity = Units.degreesToRadians(100.0); // degrees per second calculated max = 168 public static final double kMaxVelocity = Units.degreesToRadians(100.0); // degrees per second calculated max = 168
public static final double kEncoderOffset = 0.78-0.25; public static final double kEncoderOffset = 0.04500000178813934;
public static final double kStartingPosition = Units.degreesToRadians(90); public static final double kStartingPosition = Units.degreesToRadians(90);
public static final double kCoralIntakePosition = Units.degreesToRadians(175.0+90); public static final double kCoralIntakePosition = Units.degreesToRadians(175.0+90);