mirror of
https://github.com/trc492/FtcTemplate.git
synced 2025-07-04 06:21:23 -07:00
Updated ftclib.
Sync'd with FRC changes.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user