-
Notifications
You must be signed in to change notification settings - Fork 6
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
Refresh frequency #8
base: master
Are you sure you want to change the base?
Conversation
If I understand the code, the longer is the timeout, the slower is the frequency, no ? So you increased the frequency by 4 instead of lowing it, I think (without any tests). |
I think the error is in the commit message "set refresh at 25Hz", where the wanted unit was milliseconds. If not, it indeed does the opposite of what it is supposed to do. |
Sorry, the right explanation is : increase the frequency from 10 Hz to 40 Hz. |
I don't understand. If you increase refresh frequency, it will increase the load on the HTTP server and make the Raspberry Pi less CPU for motor control. So how increasing the frequency can make movements less jerky ? |
This is a balance between the load of the server and the speed of the movement. |
I really don't understand. Poppy monitor is used to visualize robot states, and start/stop primitives. In which way does it suppose to influence the frequency of movements started in the monitor ? |
you can also move the motors with the mouse and this is for this feature that the refresh frequency is critical. |
Better to keep at least 25 Hz to avoit jerky motion.