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

This node is going to finish after just over 10 seconds. You no spin to call the callbacks. Your program will wait for 10 seconds then finish. This may not be enough time for the AR.Drone to publish anything. You need to add a spin so that the callback will continue to be called. See the roscpp subscriber tutorial.

This node is going to finish after just over 10 seconds. You have no spin to call the callbacks. Your program will wait for 10 seconds then finish. This may not be enough time for the AR.Drone to publish anything. You need to add a spin so that the callback will continue to be called. See the roscpp subscriber tutorial.