ActuatorConfig¶
- class ActuatorConfigClient¶
 - Canonical
 kortex_api.autogen.client_stubs.ActuatorConfigClientRpc
- __init__(router, namespace=None)¶
 Constructs a ActuatorConfigClient with an initialized
RouterClientand an optional namespace.- Parameters
 router (RouterClient) –
RouterClientused for the communicationnamespace (string) – Optional namespace on which to initialize the ActuatorConfigClient (defaults to
None)
- IsAlive(timeoutMs: int = 1000)¶
 Returns
Trueif the Service Server is detected online beforetimeoutMsis expired,Falseotherwise.- Parameters
 timeoutMs (unsigned int) – The maximum time to wait for an answer from the server
- Return type
 bool