feat: setup gesture agent and adjust command port for the UI
ref: N25B-334
This commit is contained in:
@@ -21,8 +21,8 @@ class RobotSpeechAgent(BaseAgent):
|
||||
:ivar bind: Whether to bind or connect the PUB socket.
|
||||
"""
|
||||
|
||||
subsocket: zmq.Socket
|
||||
pubsocket: zmq.Socket
|
||||
subsocket: azmq.Socket
|
||||
pubsocket: azmq.Socket
|
||||
address = ""
|
||||
bind = False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user