[examples] Instantiate m_ramseteController in example (#3142)

This commit is contained in:
Prateek Machiraju
2021-01-31 20:04:16 -05:00
committed by GitHub
parent 8494a5761b
commit fdaec77594

View File

@@ -31,7 +31,7 @@ public class Robot extends TimedRobot {
private Trajectory m_trajectory;
// The Ramsete Controller to follow the trajectory.
private RamseteController m_ramseteController;
private final RamseteController m_ramseteController = new RamseteController();
// The timer to use during the autonomous period.
private Timer m_timer;