ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

A callback is an event driven routine. As such, by design, you cannot call it periodically. Just store the latest value in a class member and use a rospy.Timer to periodically take the latests values from those.