You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the PhotonLib pose estimation java example, old vision measurements are being ignored and only the most recent measurement from getAllUnreadResults() is being added to the WPILib pose estimator:
getEstimatedGlobalPose() method (the issue is in this method):
In the PhotonLib pose estimation java example, old vision measurements are being ignored and only the most recent measurement from
getAllUnreadResults()
is being added to the WPILib pose estimator:getEstimatedGlobalPose()
method (the issue is in this method):photonvision/photonlib-java-examples/poseest/src/main/java/frc/robot/Vision.java
Lines 86 to 114 in e8efef4
SwerveDrivePoseEstimator
vision update call using thegetEstimatedGlobalPose()
method:photonvision/photonlib-java-examples/poseest/src/main/java/frc/robot/Robot.java
Lines 64 to 73 in e8efef4
The text was updated successfully, but these errors were encountered: