Updated ftclib.

Sync'd with FRC changes.
This commit is contained in:
Titan Robotics Club
2024-08-24 03:31:23 -07:00
parent 6fef9c6018
commit 90afd02bab
7 changed files with 142 additions and 167 deletions

View File

@ -117,7 +117,7 @@ public class FtcTest extends FtcTeleOp
} //class TestChoices
private final FtcPidCoeffCache pidCoeffCache = new FtcPidCoeffCache(RobotParams.System.TEAM_FOLDER_PATH);
private final FtcPidCoeffCache pidCoeffCache = new FtcPidCoeffCache(RobotParams.Robot.TEAM_FOLDER_PATH);
private final TestChoices testChoices = new TestChoices();
private TrcElapsedTimer elapsedTimer = null;
private FtcChoiceMenu<Test> testMenu = null;