ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The cause of the problem was a missing wait command: ros::service::waitForService("topic");
Because of this omission I caused a race hazard. Mischief managed.
Can this be added to C++ service client tutorial? (It's already in the python one.)