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

Revision history [back]

click to hide/show revision 1
initial version

It may be because you are calling rospy.spin() in your Main loop. According to the documentation on rospy.spin() (see here and search for "spin") it "Blocks until ROS node is shutdown." - which could explain why you are only seeing the first pass through the talker method..