mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
Using the plant output means that measurement noise can be incorporated. SingleJointedArmSim (in C++ and Java) and ElevatorSim (in C++) used the state instead of the measurement. Closes #3042