Skip to content

Commit e5c77cf

Browse files
Re-word clone section and add details
1 parent 46a237d commit e5c77cf

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

  • _docs/tutorials/advanced/tracing

_docs/tutorials/advanced/tracing/index.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,21 +52,26 @@ $ mkdir -p ~/ros2_ws/src
5252
$ cd ros2_ws/
5353
```
5454

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`.
5660

57-
#### Clone source on ROS 2 eloquent
5861
```bash
5962
$ wget https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing/raw/master/tracing.repos
6063
$ vcs import src < tracing.repos
6164
```
62-
#### Clone source on ROS 2 dashing
63-
You can also use tracing on dashing already, but will have to build from scratch
65+
#### Clone source on ROS 2 Dashing
66+
67+
We can also use tracing on Dashing, but we will have to build everything from scratch.
68+
6469
```bash
6570
$ wget https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing/raw/master/all.repos
6671
$ vcs import src < all.repos
6772
```
6873

69-
#### Let's build everything and source!
74+
#### Build and source
7075

7176
```bash
7277
$ colcon build --symlink-install

0 commit comments

Comments
 (0)