Skip to content

Commit

Permalink
Here also...
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferry Schoenmakers committed Jun 18, 2024
1 parent 7d34727 commit 86bb786
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions diagnostic_aggregator/test/add_analyzers.launch.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ def generate_test_description():
"@AGGREGATOR_NODE@",
"--ros-args",
"--params-file",
"@PARAMETER_FILE@"
"@PARAMETER_FILE@",
"--log-level",
"DEBUG"
],
name='aggregator_node',
emulate_tty=True,
Expand All @@ -34,7 +36,9 @@ def generate_test_description():
"@ADD_ANALYZER@",
"--ros-args",
"--params-file",
"@ADD_PARAMETER_FILE@"
"@ADD_PARAMETER_FILE@",
"--log-level",
"DEBUG"
],
name='add_analyzer',
emulate_tty=True,
Expand Down

0 comments on commit 86bb786

Please sign in to comment.