Centralize default trace location

This commit is contained in:
Christophe Bedard 2019-07-05 14:46:02 +02:00
parent 078ebc411a
commit 1eacc66c97
7 changed files with 69 additions and 23 deletions

View file

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