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

[ros_speech_recogniton, respeaker_ros] add confidence field #411

Merged
merged 3 commits into from Dec 15, 2022

Conversation

knorth55
Copy link
Member

@knorth55 knorth55 commented Dec 6, 2022

this PR adds confidence field in ros_speech_recognition and respeaker_ros`.

current master branch does not return confidence field, which causes error in some nodes.
this PR adds 1.0 (because there is only one candidate) in confidence field.

$ rostopic echo /speech_to_text
transcript:
  - konichiwa
confidence: [1.0]
---

@knorth55 knorth55 added the bug label Dec 6, 2022
@k-okada k-okada added the MergeOK label Dec 8, 2022
@k-okada k-okada merged commit 33b54d0 into jsk-ros-pkg:master Dec 15, 2022
@knorth55 knorth55 deleted the speech-recognition-confidence branch December 15, 2022 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants