Skip to content

Commit 9eee478

Browse files
authored
Fixed path.
1 parent 0d1f60b commit 9eee478

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
@@ -128,7 +128,7 @@ This is simple, but it isn't really nice visually. We can use a Jupyter notebook
128128

129129
## Callback duration analysis
130130

131-
Add the following line to the arguments of each of the two `Node` objects in your launch file, which should be under `ros2_ws/src/ros2/tracing/tracetools_launch/launch/`. It will stop the nodes from shutting down after 1 exchange.
131+
Add the following line to the arguments of each of the two `Node` objects in your launch file, which should be under `ros2_ws/src/ros-tracing/ros2_tracing/tracetools_launch/launch/`. It will stop the nodes from shutting down after 1 exchange.
132132

133133
```python
134134
arguments=['do_more']

0 commit comments

Comments
 (0)