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:
Christophe Bedard 2020-01-18 16:38:15 +00:00
commit 8c954cd0d3

View file

@ -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',
), ),
]) ])