Skip to content

Release 3.2.6

Latest
Compare
Choose a tag to compare
@tomtzook tomtzook released this 12 Feb 22:42
· 58 commits to master since this release

General improvements to PidController

  • improved documentation around different functions, especially applyAsDouble and isInTolerance
  • displaying the error velocity (i.e. change of error in time) via OBSR
  • modifying isInTolerance to not use clock to check tolerance stability any longer, but rather use the error velocity to determine that.
    • this removed the need for Clock and thus it was removed from use
    • see documentation in class for further info