Gazebo /clock publish rate
Gazebo publishes /clock at 10Hz. Can this be increased and how?
Thank you!
Gazebo publishes /clock at 10Hz. Can this be increased and how?
Thank you!
/clock
publishes a message once per every new state, i.e. at 1/max_step_size Hz. You should rather focus on why your simulation runs so slow than the clock publish rate (did you perhaps tweak max_step_size?).
Nonetheless, if you still want to change the frequency, you can do that with the /gazebo/pub_clock_frequency
parameter on the parameter server.
Asked: 2020-06-09 13:12:37 -0500
Seen: 1,116 times
Last updated: Jun 09 '20