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

Random issues are popping up #18

Open
alecive opened this issue Jun 16, 2017 · 1 comment
Open

Random issues are popping up #18

alecive opened this issue Jun 16, 2017 · 1 comment
Assignees

Comments

@alecive
Copy link
Member

alecive commented Jun 16, 2017

[WARN][/ros_speech2text::generate_msg]: a lot of interesting debate about, confidence:0.962759
[INFO][/ros_speech2text::treat_chunk]: collecting audio segment
[INFO][/ros_speech2text::aux]: audio segment completed
[ERROR][/ros_speech2text::check_operation]: Error in speech recognition thread: <_Rendezvous of RPC that terminated with (StatusCode.UNAVAILABLE, Endpoint read failed)>
[ERROR][/ros_speech2text::check_operation]: Error in speech recognition thread: a float is required
[ERROR][/ros_speech2text::check_operation]: Error in speech recognition thread: a float is required
[ERROR][/ros_speech2text::check_operation]: Error in speech recognition thread: a float is required
NODES
  /
    ros_speech2text (ros_speech2text/ros_s2t.py)

ROS_MASTER_URI=http://baxter.local:11311

core service [/rosout] found
process[ros_speech2text-1]: started with pid [7814]
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)
[INFO][/ros_speech2text::main]: Using device: Samson RXD wireless receiver: USB Audio (hw:1,0)
[INFO][/ros_speech2text::treat_chunk]: collecting audio segment
[INFO][/ros_speech2text::aux]: audio segment completed
[WARN][/ros_speech2text::generate_msg]: dependency, confidence:0.548864
[ERROR][/ros_speech2text::check_operation]: Error in speech recognition thread: field speech_duration must be of type Time
[INFO][/ros_speech2text::treat_chunk]: collecting audio segment
[WARN][/ros_speech2text::generate_msg]: dependency, confidence:0.548864
@omangin
Copy link
Member

omangin commented Jun 16, 2017

The second issue was fixed by 3e4a73c and catkin cleaning the workspace. In my opinion it's useless to leave the duration in the message since the start and end time are already there.

For the first one, I could not reproduce it yet. It should not fail anymore after 9f0615c but that does not explain why some confidence were not float.

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

2 participants