mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
[commands] Use Timer.restart() (#5023)
This commit is contained in:
@@ -150,8 +150,7 @@ void SwerveControllerCommand<NumModules>::Initialize() {
|
||||
return m_trajectory.States().back().pose.Rotation();
|
||||
};
|
||||
}
|
||||
m_timer.Reset();
|
||||
m_timer.Start();
|
||||
m_timer.Restart();
|
||||
}
|
||||
|
||||
template <size_t NumModules>
|
||||
|
||||
Reference in New Issue
Block a user