You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/tutorials/advanced/tracing/index.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,21 +52,26 @@ $ mkdir -p ~/ros2_ws/src
52
52
$ cd ros2_ws/
53
53
```
54
54
55
-
Then clone everything using the `master``ros2.repos` file, which includes the core ROS 2 packages with instrumented `rcl` and `rclcpp`. We will also need the trace analysis tools.
55
+
Then clone everything using a `.repos` file. We will need the `ros2_tracing` package along with instrumented `rcl` and `rclcpp` packages. We will also need the trace analysis tools.
56
+
57
+
#### Clone source on ROS 2 Eloquent
58
+
59
+
The instrumentation has been integrated into Eloquent, so we simply need to recompile `ros2_tracing` & compile `tracetools_analysis`.
0 commit comments