Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add get_error_sum and reset_error_sum methods to PID class #935

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

robberwick
Copy link
Contributor

This PR introduces two new methods to the PID class: get_error_sum and reset_error_sum.

The get_error_sum method allows users to monitor the error sum or reset it as needed during runtime. For example, the getter would enable users of the library to know when a wheel has locked up or power has been lost, and the reset method would provide the ability to remediate that error state.

resolves #934

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adding Public Methods for Error Sum Access and Reset
1 participant