There was an error while loading. Please reload this page.
1 parent ec827d0 commit 36532cdCopy full SHA for 36532cd
1 file changed
src/main/java/frc/robot/subsystems/Drivetrain.java
@@ -212,7 +212,8 @@ public void periodic() {
212
213
// If there is pose data from the cameras, get the latest estimated pose and update the 'vision'
214
// photon pose estimator
215
- // If there is no multi tag result and the distance from the camera to the target is greater than
+ // If there is no multi tag result and the distance from the camera to the target is greater
216
+ // than
217
// 4 meters, return
218
// Otherwise, add the latest vision pose estimate to a filter with the odometry pose estimate
219
// and set
0 commit comments