ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
If there are no errors, you are never calling rate.sleep()
. rospy requires that you call rospy.spin() or rate.sleep().