waitForServer
Wait for action server to start
Description
waitForServer(
waits until
the action server is started up and available to send goals. The
client
)IsServerConnected
property of the SimpleActionClient
shows the status
of the server connection. Press Ctrl+C to abort the
wait.
returns a status
= waitForServer(___)status
indicating whether the action server is
available, using any of the arguments from the previous syntaxes. If the server
is not available within the timeout
,
status
will be false
, and this
function will not display an error.