mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
[commands] Reset timer in quasistatic SysIdRoutine test (#6322)
This commit is contained in:
@@ -226,7 +226,7 @@ public class SysIdRoutine extends SysIdRoutineLog {
|
||||
Timer timer = new Timer();
|
||||
return m_mechanism
|
||||
.m_subsystem
|
||||
.runOnce(timer::start)
|
||||
.runOnce(timer::restart)
|
||||
.andThen(
|
||||
m_mechanism.m_subsystem.run(
|
||||
() -> {
|
||||
|
||||
Reference in New Issue
Block a user