mirror of
https://github.com/Team4388/2025RidgeScape.git
synced 2026-06-09 00:38:02 -06:00
Elevator L2 Fix
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user