This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
- 8c99033 Improvements to PIDController API
- Removed
clamp
parameter fromcalculate
method - users should control whether the controller clamps by choosing to specifyoutputMaxLow
/outputMaxHigh
or not - Added additional terms to
isDone()
condition to try to ensure that the controller has settled before indicating that the setpoint has been reached
- Removed
- eed0367 Workaround for VSCode not finding generated protobuf classes
Hard-coded the generated source path into build.gradle. Gradle doesn't need this, but VSCode seems to be frequently omitting the generated classes from its classpath, leading to false-positive red squiggles - 2688ff8 Switch internal representation of ConfigFileReader to JsonObjects
This also fixes the missing config value problem observed in 2.0.0