Elevator L2 Fix

This commit is contained in:
Michael Mikovsky
2025-03-03 19:43:36 -07:00
parent 8bea597230
commit 6762ed16e6
3 changed files with 7 additions and 3 deletions
@@ -326,7 +326,8 @@ public class SwerveDrive extends Subsystem {
rotTarget += deltaAngle;
}
swerveDriveTrain.addVisionMeasurement(vision.lastVisionPose, time);
swerveDriveTrain.addVisionMeasurement(vision.lastVisionPose, time);// - 0.020);
//back to the ~~future~~ *past*
}
// if(e.isPresent())