Closed devAyushDubey closed 1 year ago
hello @devAyushDubey @SebaDro asssign this issue to me I would like to work on it
Hey @Yash12Bansal , there's already #987 open for this issue, you may explore other issues or create one if find something.
Fixed as part of #995
Describe the bug:
Out of the 3 functional commands that the enviroCar voicecommand project currently supports, one of them is Car Selection. The basic flow of the car selection voice command is:
If we follow the flow chart and this video by @cdhiraj40 , we encounter something like this:
https://user-images.githubusercontent.com/33064931/229186912-aeaeb0b0-6ec9-4031-95fc-7f111064305b.mp4
Speech is not recognized when we are navigated to the car selection activity.
The console looks like:
To Reproduce:
enviroCar listen
Select a car
, bot will navigate you to CarSelectionActivitySelect a car
againExpected behavior: The bot should be able to recognize the speech and send an API request for intent recognition.