Change/Update frequency of Rate or Timer
Is it possible to update the frequency of the current running loops of a ros::Rate or ros::Timer object?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Is it possible to update the frequency of the current running loops of a ros::Rate or ros::Timer object?
A Rate object does not support changing it's frequency. Just make a new one. You can update the period on the Timer, just call setPeriod on it.
Asked: 2014-09-05 08:58:23 -0600
Seen: 1,256 times
Last updated: Sep 05 '14
why node handler not publishing without infinite loop on pr2?
ROS :: getting Sensor callback values in a loop [closed]
ros node misses data while subscribed to another node
problems with ros loop iteration
How to break and come of the for loop ?
ros_control loops with different frequency