Skip to content

Commit 2d20c5f

Browse files
committed
Add TODO for next year
1 parent 8e5bac1 commit 2d20c5f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/main/java/frc/robot/RobotContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public class RobotContainer {
7676
private Command auto = new DoNothing();
7777

7878
// Dashboard inputs
79-
//private final LoggedDashboardChooser<Command> autoChooser;
79+
// private final LoggedDashboardChooser<Command> autoChooser;
8080

8181
// Controllers are defined here
8282
private BaseDriverConfig driver = null;

src/main/java/frc/robot/util/Vision/Vision.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,7 @@ public ArrayList<EstimatedRobotPose> getEstimatedPose(DoubleUnaryOperator yawFun
599599

600600
// The latest camera results
601601
for(PhotonPipelineResult result : inputs.results){
602+
// TODO: This could be improved by averaging all targets instead of only using 1
602603
// Gets the best target to use for the calculations
603604
PhotonTrackedTarget target = result.getBestTarget();
604605
// Continue if the target doesn't exist or it should be ignored

0 commit comments

Comments
 (0)