From bffe4c2a686f33a32635cc501b43f32a93f124f6 Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Fri, 5 Jul 2019 17:13:00 +0200 Subject: [PATCH] Update README to mention new location for traces --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5592672..18a8eed 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ The first option is to use the `ros2 trace` command. $ ros2 trace ``` -By default, it will enable all ROS tracepoints and a few kernel tracepoints. The trace will be written to `/tmp/session-YYYYMMDDHHMMSS`. Run the command with `-h` for more information. +By default, it will enable all ROS tracepoints and a few kernel tracepoints. The trace will be written to `~/.ros/tracing/session-YYYYMMDDHHMMSS`. Run the command with `-h` for more information. ### Launch file trace action