mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
- Fix a dependency on other test global state via Vin by calling ResetData() to ensure consistent state - Clamp the ground truth voltages to match sim.SetInputs() - The C++ test was checking the noisy measurement output instead of using sim.GetState() - Make GetState() public in C++ and Java