ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
In an interactive shell, there's no need for rospy.spin(). Unlike in C++ where it deals with processing the event queue, rospy.spin()'s only purpose is to keep your program from exiting.