Skip to content

Commit a2b88e4

Browse files
authored
Added note on rebuilding the workspace. (#227)
1 parent 9eee478 commit a2b88e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • _docs/tutorials/advanced/tracing

_docs/tutorials/advanced/tracing/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Add the following line to the arguments of each of the two `Node` objects in you
134134
arguments=['do_more']
135135
```
136136

137-
Delete the previous trace directory, and execute the launch file again. Let it run for some time (e.g. 10-20 seconds), then kill it with `Ctrl+C`.
137+
Delete the previous trace directory, rebuild the workspace, and execute the launch file again. Let it run for some time (e.g. 10-20 seconds), then kill it with `Ctrl+C`.
138138

139139
To run an analysis that displays durations of callbacks over time, use [this Jupyter notebook](https://gitlab.com/ros-tracing/tracetools_analysis/blob/master/tracetools_analysis/analysis/callback_duration.ipynb), which should be under `ros2_ws/src/tracetools_analysis/tracetools_analysis/analysis/`.
140140

0 commit comments

Comments
 (0)