ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
maybe you have solve it. remove rospy.spin() after your callback and change to
while not rospy.is_shutdown():
continue