Skip to content
This repository was archived by the owner on Jul 28, 2026. It is now read-only.

Commit 36532cd

Browse files
committed
Commenting drivetrain
1 parent ec827d0 commit 36532cd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main/java/frc/robot/subsystems/Drivetrain.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,8 @@ public void periodic() {
212212

213213
// If there is pose data from the cameras, get the latest estimated pose and update the 'vision'
214214
// photon pose estimator
215-
// If there is no multi tag result and the distance from the camera to the target is greater than
215+
// If there is no multi tag result and the distance from the camera to the target is greater
216+
// than
216217
// 4 meters, return
217218
// Otherwise, add the latest vision pose estimate to a filter with the odometry pose estimate
218219
// and set

0 commit comments

Comments
 (0)