Merge branch 'profile-launchfile-use-pingpong' into 'master'
Switch to using ping/pong nodes for profiling example launch file See merge request micro-ROS/ros_tracing/tracetools_analysis!47
This commit is contained in:
commit
8c954cd0d3
1 changed files with 9 additions and 2 deletions
|
@ -37,8 +37,15 @@ def generate_launch_description():
|
|||
],
|
||||
),
|
||||
Node(
|
||||
package='ros_performance',
|
||||
node_executable='ros',
|
||||
package='tracetools_test',
|
||||
node_executable='test_ping',
|
||||
arguments=['do_more'],
|
||||
output='screen',
|
||||
),
|
||||
Node(
|
||||
package='tracetools_test',
|
||||
node_executable='test_pong',
|
||||
arguments=['do_more'],
|
||||
output='screen',
|
||||
),
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue