way to create loop without rospy.spin
Is there a way to make a node keep looping(publishing and subscribing) without using rospy.spin()? Do I need to use rospy.spin
for my subscriber to to keep seeking out messages from the the topics its subscribed to?