Mention needing to install LTTng and re-build if using Debians
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
This commit is contained in:
parent
031386cf47
commit
f1bde1cf0d
1 changed files with 3 additions and 1 deletions
|
@ -6,6 +6,8 @@ Tracing tools for ROS 2.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
|
As of Foxy, these instructions also apply to an installation from the Debian packages; it will not work out-of-the-box. Also, note that tracing using `ros2_tracing` is not supported on non-Linux systems.
|
||||||
|
|
||||||
If LTTng is not found during build, or if the [`TRACETOOLS_DISABLED` option is enabled](#disabling-tracing), then this package will not do anything.
|
If LTTng is not found during build, or if the [`TRACETOOLS_DISABLED` option is enabled](#disabling-tracing), then this package will not do anything.
|
||||||
|
|
||||||
To enable tracing:
|
To enable tracing:
|
||||||
|
@ -16,7 +18,7 @@ To enable tracing:
|
||||||
$ sudo apt-get install lttng-tools lttng-modules-dkms liblttng-ust-dev
|
$ sudo apt-get install lttng-tools lttng-modules-dkms liblttng-ust-dev
|
||||||
$ sudo apt-get install python3-babeltrace python3-lttng
|
$ sudo apt-get install python3-babeltrace python3-lttng
|
||||||
```
|
```
|
||||||
2. Build
|
2. Build (at least up to `rcl` & `rclcpp`):
|
||||||
```
|
```
|
||||||
$ colcon build
|
$ colcon build
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue