mirror of
https://github.com/Team4388/2025RidgeScape.git
synced 2026-06-09 00:38:02 -06:00
Swerve calibration
This commit is contained in:
@@ -302,7 +302,7 @@ public class Elevator extends Subsystem {
|
||||
|
||||
|
||||
if(endeffectorVelocity < ElevatorConstants.SAFETY_ENDEFFECTOR_MIN_VELOCITY && endeffectorTorque > ElevatorConstants.SAFETY_ENDEFFECTOR_MAX_TORQUE ){
|
||||
PIDPosition(elevatorMotor, endeffectorMotor.getPosition().getValueAsDouble());
|
||||
PIDPosition(endeffectorMotor, endeffectorMotor.getPosition().getValueAsDouble());
|
||||
}
|
||||
|
||||
// This method will be called once per scheduler run
|
||||
|
||||
Reference in New Issue
Block a user