mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
[wpilibc] Add virtual dtor for LinearSystemSim (#3861)
This commit is contained in:
@@ -45,6 +45,8 @@ class LinearSystemSim {
|
||||
m_u = Eigen::Vector<double, Inputs>::Zero();
|
||||
}
|
||||
|
||||
virtual ~LinearSystemSim() = default;
|
||||
|
||||
/**
|
||||
* Updates the simulation.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user