saved encoder offset good
This commit is contained in:
parent
dead4a7289
commit
f6c2a82779
@ -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 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 kCoralIntakePosition = Units.degreesToRadians(175.0+90);
|
||||
|
Loading…
Reference in New Issue
Block a user