Switch to using ping/pong nodes for profile example launch file
This commit is contained in:
parent
d95f87c196
commit
60b3709078
1 changed files with 9 additions and 2 deletions
|
@ -37,8 +37,15 @@ def generate_launch_description():
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
Node(
|
Node(
|
||||||
package='ros_performance',
|
package='tracetools_test',
|
||||||
node_executable='ros',
|
node_executable='test_ping',
|
||||||
|
arguments=['do_more'],
|
||||||
|
output='screen',
|
||||||
|
),
|
||||||
|
Node(
|
||||||
|
package='tracetools_test',
|
||||||
|
node_executable='test_pong',
|
||||||
|
arguments=['do_more'],
|
||||||
output='screen',
|
output='screen',
|
||||||
),
|
),
|
||||||
])
|
])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue