mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
[examples] Instantiate m_ramseteController in example (#3142)
This commit is contained in:
committed by
GitHub
parent
8494a5761b
commit
fdaec77594
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user