Add option to example profiling launch file
This commit is contained in:
parent
74a8c33aef
commit
5ea1b4d1ef
1 changed files with 2 additions and 0 deletions
|
@ -34,11 +34,13 @@ def generate_launch_description():
|
||||||
Node(
|
Node(
|
||||||
package='tracetools_test',
|
package='tracetools_test',
|
||||||
node_executable='test_ping',
|
node_executable='test_ping',
|
||||||
|
arguments=['do_more'],
|
||||||
output='screen',
|
output='screen',
|
||||||
),
|
),
|
||||||
Node(
|
Node(
|
||||||
package='tracetools_test',
|
package='tracetools_test',
|
||||||
node_executable='test_pong',
|
node_executable='test_pong',
|
||||||
|
arguments=['do_more'],
|
||||||
output='screen',
|
output='screen',
|
||||||
),
|
),
|
||||||
])
|
])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue