Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HMI ignores initialPrompt in PerformInteraction #509

Open
jacobkeeler opened this issue Apr 19, 2022 · 1 comment
Open

HMI ignores initialPrompt in PerformInteraction #509

jacobkeeler opened this issue Apr 19, 2022 · 1 comment

Comments

@jacobkeeler
Copy link
Contributor

Bug Report

HMI does not speak initialPrompt when provided in VR.PerformInteraction (also applies to helpPrompt and timeoutPrompt)

Reproduction Steps
  1. Send PerformInteraction with MANUAL_ONLY and initialPrompt included
Expected Behavior

TTS component speaks initialPrompt when the interaction begins

Observed Behavior

TTS component ignores initialPrompt

Browser & Version Information
  • Browser and Version: Chrome
  • RPC Sent:
{"initialText":"text","interactionMode":"MANUAL_ONLY","interactionChoiceSetIDList":[1],"initialPrompt":[{"text":"initially","type":"TEXT"}]} 
  • Generic HMI Version: master
  • Testing Against: RPC Builder JS
@jacobkeeler
Copy link
Contributor Author

Note that this might factor into #496, since this uses VR.PerformInteraction. Unfortunately some of the TTS information is provided in the VR interface here, so we should try to support this in some way

@jacobkeeler jacobkeeler changed the title HMI ignored initialPrompt HMI ignores initialPrompt Apr 19, 2022
@jacobkeeler jacobkeeler changed the title HMI ignores initialPrompt HMI ignores initialPrompt in PerformInteraction Apr 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant