Merge branch 'fix-profile-launch-file' into 'master'
Fix profile example launch file See merge request ros-tracing/tracetools_analysis!113
This commit is contained in:
commit
e8c5ba4f85
1 changed files with 4 additions and 3 deletions
|
@ -36,9 +36,10 @@ def generate_launch_description():
|
||||||
events_kernel=[
|
events_kernel=[
|
||||||
'sched_switch',
|
'sched_switch',
|
||||||
],
|
],
|
||||||
context_names=[
|
context_names={
|
||||||
'ip',
|
'kernel': DEFAULT_CONTEXT,
|
||||||
] + DEFAULT_CONTEXT,
|
'userspace': DEFAULT_CONTEXT + ['ip'],
|
||||||
|
},
|
||||||
),
|
),
|
||||||
Node(
|
Node(
|
||||||
package='test_tracetools',
|
package='test_tracetools',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue