ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Hello,
I cannot see in your code a call to rospy.spin()
. This call is blocking, you will need to move the spin to a thread or this loop.
Regards