robotology / assistive-rehab

Assistive and Rehabilitative Robotics
https://robotology.github.io/assistive-rehab/doc/mkdocs/site
BSD 3-Clause "New" or "Revised" License
20 stars 11 forks source link

Fix speech trigger bug in `googleSpeech` #347

Closed mfussi66 closed 1 year ago

mfussi66 commented 1 year ago

This PR fixes a nasty bug that occurs in the following condition:

In this case googleSpeech stores the first button press, and works as if the start was already sent, basically losing synch with the expected behaviour.

With this patch the switch between start and stop of the acquisition is guarded properly