feat: implemented force speech functionality in RI and refactored actuation_receiver tests

Before actuation_receiver tests started a receiver with real zmq context. This led to flaky tests because of port congestion issues.

ref: N25B-386
This commit is contained in:
Storm
2025-12-12 14:38:06 +01:00
parent 017dbfaa28
commit 912af8d821
3 changed files with 303 additions and 33 deletions

View File

@@ -30,6 +30,7 @@ class State(object):
self.exit_event = None
self.sockets = []
self.qi_session = None
self.is_speaking = False
def initialize(self):
"""