ubi-agni / mujoco_ros_pkgs

Wrappers, tools and additional API's for using ROS with MuJoCo
54 stars 11 forks source link

Fix publish rate of camera images #22

Closed lbergmann1 closed 1 year ago

lbergmann1 commented 1 year ago

With a publish rate of 100 Hz, a new image should be published every 10ms. The desired publish rate is only achieved if >= is replaced with >, otherwise a new image is published every 11ms.