Skip to content

Commit

Permalink
feat: add speech timeout to launch
Browse files Browse the repository at this point in the history
  • Loading branch information
m-barker committed Feb 6, 2024
1 parent 047b2ff commit 79aabd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/qualification/launch/better_qualification.launch
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<arg name="debug" value="true" />
</include>

<node pkg="lasr_speech_recognition_whisper" type="transcribe_microphone_server" name="transcribe_microphone_server" output="screen" args="--mic_device 9"/>
<node pkg="lasr_speech_recognition_whisper" type="transcribe_microphone_server" name="transcribe_microphone_server" output="screen" args="--mic_device 9 --end_timeout 2.0"/>
<include file="$(find lasr_vision_yolov8)/launch/service.launch">
<arg name="debug" value="true" />
</include>
Expand Down

0 comments on commit 79aabd5

Please sign in to comment.