Skip to content

Commit

Permalink
fix: remove speech server in launch file
Browse files Browse the repository at this point in the history
  • Loading branch information
m-barker committed Mar 12, 2024
1 parent a267ee9 commit 6cf7ee8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tasks/gpsr/launch/commands/question_answer.launch
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,4 @@
args="--k $(arg k) --index_path $(arg index_path) --txt_path $(arg text_path) --xml_path $(arg xml_path)"
/>

<node
pkg="lasr_speech_recognition_whisper"
type="transcribe_microphone_server"
name="transcribe_speech"
output="screen"
args="--mic_device 9"
/>

</launch>

0 comments on commit 6cf7ee8

Please sign in to comment.