You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
effectively throttles
in an unexpected manner.
Perhaps the solution is to change and check the node loop rate:
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.
The text was updated successfully, but these errors were encountered: