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
The check for subscription to the result and feedback topics in wait_for_server is insufficient to actually having a completed subscription. The check simply checks if we are tracking a connection in the connection list. Unfortunately, connections are added to the list in rospy before the underlying transport is connected. In certain scenarios, this can take enough time to miss a result from the first submitted goal, causing wait_for_result to timeout. A fix is submitted in #180
The text was updated successfully, but these errors were encountered:
The check for subscription to the result and feedback topics in wait_for_server is insufficient to actually having a completed subscription. The check simply checks if we are tracking a connection in the connection list. Unfortunately, connections are added to the list in rospy before the underlying transport is connected. In certain scenarios, this can take enough time to miss a result from the first submitted goal, causing wait_for_result to timeout. A fix is submitted in #180
The text was updated successfully, but these errors were encountered: