-
Notifications
You must be signed in to change notification settings - Fork 23
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
Very high frequency #17
Comments
Hi, do you mind sharing your ros2 control yaml file? In theory, it shouldn't run at higher frequency than the controller manager |
Hi @JafarAbdi and thanks for the quick response. Thanks |
I am also finding that the frequency at which command messages are published, exceeds that of the controller manager. Update: likely relates to ros-controls/ros2_control#859. Are you using sim_time as well @muttistefano? When I use system time this issue disappears. |
Hi , sorry for the late reply, i might have missed the mail. |
Looks like more of a ros2_control issue than topic_based_ros2_control, closing for now. Please feel free to re-open |
Hi all, i am using the topic hardware interface to move multiple robots in gazebo, using the plugin in this way:
I noticed that the /joint_commands topic is published at a frequency of almost 10000Hz.
Is there a way to modify this?
The controller manager update rati is set to 50.
Thanks
The text was updated successfully, but these errors were encountered: