ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
ROS Publishers and scubscribers need a little time to properly register with the master. Thus, this publish goes into nirvana somewhere. If you put a rospy.sleep(2.0)
before the first publish, it will work.