You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see in above code part, we must wait little bit more once wait_for_service returns True which means service is ready and good to go. Because if you send a request to server once wait_for_service returns true, server sometimes may not send a response to client and this gives rise to get stuck in waiting response from server. Our benchmark implementation seems to run well. Just for noting and investigating
The text was updated successfully, but these errors were encountered:
https://github.com/CihatAltiparmak/moveit_middleware_benchmark/blob/b91a2434a10033d51122c52ec0685392d41c809f/src/scenarios/scenario_basic_service_client.cpp#L49-L62
As you can see in above code part, we must wait little bit more once
wait_for_service
returns True which means service is ready and good to go. Because if you send a request to server oncewait_for_service
returns true, server sometimes may not send a response to client and this gives rise to get stuck in waiting response from server. Our benchmark implementation seems to run well. Just for noting and investigatingThe text was updated successfully, but these errors were encountered: