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 |
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