Merge branch 'disable-kernel-tracing-for-pingpong-launchfile' into 'master'
Disable kernel tracing for pingpong example launchfile See merge request ros-tracing/tracetools_analysis!90
This commit is contained in:
commit
c12fc7a5a6
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ def generate_launch_description():
|
||||||
return LaunchDescription([
|
return LaunchDescription([
|
||||||
Trace(
|
Trace(
|
||||||
session_name='pingpong',
|
session_name='pingpong',
|
||||||
|
events_kernel=[],
|
||||||
),
|
),
|
||||||
Node(
|
Node(
|
||||||
package='tracetools_test',
|
package='tracetools_test',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue