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

fixed PID loop rate #16

Open
robz opened this issue Jun 5, 2014 · 2 comments
Open

fixed PID loop rate #16

robz opened this issue Jun 5, 2014 · 2 comments

Comments

@robz
Copy link
Contributor

robz commented Jun 5, 2014

right now, PID runs whenever the lm4f receives data from the computer. this is assumed to be 10 Hz, but it would be better if the lm4f guaranteed a fixed rate using interrupts

@weng-frank
Copy link

Also, 10Hz seems slow. I'd recommend something on the order of 100Hz.

@kegilbert
Copy link
Contributor

When the PID loop rate was dictated by the communication speed, we couldn't go much faster than 20Hz without getting artifacts in the comm data. Now that Robby simplified the communication, it should be pretty trivial (and a better design) to up the PID rate and have it run independently of receiving data.

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

3 participants