Centralize default trace location
This commit is contained in:
parent
078ebc411a
commit
1eacc66c97
7 changed files with 69 additions and 23 deletions
|
@ -22,8 +22,7 @@ from tracetools_launch.action import Trace
|
|||
def generate_launch_description():
|
||||
return LaunchDescription([
|
||||
Trace(
|
||||
session_name='my-tracing-session',
|
||||
base_path='/tmp'),
|
||||
session_name='my-tracing-session'),
|
||||
Node(
|
||||
package='tracetools_test',
|
||||
node_executable='test_ping',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue