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

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