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

node_frequency #116

Open
josephcoombe opened this issue Feb 14, 2019 · 0 comments
Open

node_frequency #116

josephcoombe opened this issue Feb 14, 2019 · 0 comments

Comments

@josephcoombe
Copy link
Contributor

/hebiros/node_frequency (int, default: 200)

  • The frequency in Hz that the node runs.'

effectively throttles

/hebiros/feedback_frequency (int, default: 100)

  • The number of Hz at which feedback is broadcast for all groups.

in an unexpected manner.

Perhaps the solution is to change and check the node loop rate:

if node_frequency < feedback_frequency:
    node_frequency = feedback_frequency

or check and print out a warning message to the console letting the user know that the feedback frequency is effectively being throttled by the node_frequency.

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