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
I think the timeout handling in _waitForActionServerToStart of ActionClientInterface is incorrect.
No matter how big the timeout value is, the method comes back immediately with false.
I think the timeout handling in
_waitForActionServerToStart
ofActionClientInterface
is incorrect.No matter how big the timeout value is, the method comes back immediately with
false
.If I'm not wrong, the
if
statement should be:The text was updated successfully, but these errors were encountered: