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

"Bug" in project #3

Open
cuby-tec opened this issue May 2, 2018 · 0 comments
Open

"Bug" in project #3

cuby-tec opened this issue May 2, 2018 · 0 comments

Comments

@cuby-tec
Copy link

cuby-tec commented May 2, 2018

I found Your program and try to use it in my project. But there was found a 'bug', as a result system work incorrectly.
I suggest You to make the following changes:

PID.h
63 float lasterror; //!< Last error value for differential term

PID.c
64 float dinput = error - pid->lasterror;
73 pid->lasterror = error

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

No branches or pull requests

1 participant