Skip to content

Commit

Permalink
fixing format of whisper launch
Browse files Browse the repository at this point in the history
  • Loading branch information
mgonzs13 committed Nov 12, 2024
1 parent fa6dec9 commit 2fbe1bd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions whisper_bringup/launch/whisper.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,7 @@ def run_whisper(context: LaunchContext, repo, file, model_path):
name="whisper_node",
namespace="whisper",
parameters=[params],
condition=IfCondition(
PythonExpression([LaunchConfiguration("stream")])
),
condition=IfCondition(PythonExpression([LaunchConfiguration("stream")])),
),
)

Expand Down

0 comments on commit 2fbe1bd

Please sign in to comment.