Carl Hauser
Carl Hauser
This should have been fixed by the fix for allwpilib#5323 but it should be checked. Will need to use allwpilib HEAD for the test. I am not able to do...
The suggested rewording above is still wrong. ``` /** * Sets the minimum and maximum values for the integrator. * * If the integrator value is outside the range [minimumIntegral/ki..maximumIntegral/ki]...
Finally, there is no check that ensures `minimumIntegral
And the x-axis has no time scale making it hard to cross-reference information displayed here to anything else.
I think this is ready for re-review. While I was fixing SmartDashboard.h I noticed that the Get* methods also were erroneous in saying that their defaultValue would be "set" if...
In the java code m_current is not initialized so will be null and uninitialized (in code) scalars will be initialized to zero. (edit) Oh I see you were saying the...
Yes -- the idea is to only bind those commands when the test controller is plugged in so that we can have the test code always present in the robot...
No pressure from me to change it.