mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-26 01:51:41 +00:00
[wpilib] SysIdRoutineLog: Defer creation of state log entry (#6259)
This commit is contained in:
@@ -194,6 +194,7 @@ class SysIdRoutineLog {
|
||||
private:
|
||||
LogEntries m_logEntries;
|
||||
std::string m_logName;
|
||||
bool m_stateInitialized;
|
||||
wpi::log::StringLogEntry m_state;
|
||||
};
|
||||
} // namespace frc::sysid
|
||||
|
||||
Reference in New Issue
Block a user