Bases: object
To init the CommandAgent.
- Parameters:
listen_port – port to listen the command
-
aux_communicate(request: Message) → Message[source]
-
execute_command(request: Message) → Message[source]
-
shutdown()[source]
-
start()[source]
-
wait_for_callbacks(timeout: float) → bool[source]