Skip to content

Commit

Permalink
Merge branch 'main' into vision-improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
team6101 authored Jan 29, 2024
2 parents b751016 + 9180bc5 commit 31a9821
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/frc/robot/Robot.java
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ public void teleopPeriodic() {
driveLeftChild.set(ControlMode.PercentOutput, leftY);
driveRightChild.set(ControlMode.PercentOutput, rightY);
aprilTagHighlighter.doEveryTeleopFrame(driverController);

}

/** This function is called once when the robot is disabled. */
Expand Down

0 comments on commit 31a9821

Please sign in to comment.