Skip to content

Commit 58fda95

Browse files
iluetkebamx-piap
authored andcommitted
Add notes on eloquent install
1 parent 1f20239 commit 58fda95

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

  • _docs/tutorials/advanced/tracing

_docs/tutorials/advanced/tracing/index.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,19 @@ $ cd ros2_ws/
5454

5555
Then clone everything using the following `.repos` file. It includes the core ROS 2 packages with instrumented versions of `rcl` and `rclcpp`, as well as the tracing tools and tracing analysis repos.
5656

57+
#### Clone source on ROS 2 eloquent
58+
```bash
59+
$ wget https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing/raw/master/tracing.repos
60+
$ vcs import src < tracing.repos
61+
```
62+
#### Clone source on ROS 2 dashing
63+
You can also use tracing on dashing already, but will have to build from scratch
5764
```bash
5865
$ wget https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing/raw/master/all.repos
5966
$ vcs import src < all.repos
6067
```
6168

62-
Let's build everything and source!
69+
#### Let's build everything and source!
6370

6471
```bash
6572
$ colcon build --symlink-install --cmake-args " -DWITH_LTTNG=ON"

0 commit comments

Comments
 (0)