forked from mojin-robotics/rosjava_actionlib
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
When trying to establish connection the ActionLibClient
can waitForServerStart
, there the client will poll and for Thread.sleep
several times.
Methods to signal connection (e.g. callabacks) , and methods to check if a client is connected at a particular point in time can help reduce the need for Tread.sleep()
.
The ActionClient
and ActionClientFuture
are the classes with Thread.sleep()
usages inside the main sourceSet.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request