Skip to content

Commit 6cc0ede

Browse files
Must install dependencies with rosdep (#13)
Co-authored-by: Christophe Bédard <[email protected]>
1 parent ede45f6 commit 6cc0ede

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

source/Guides/ros2_tracing_trace_and_analyze.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ $ git clone https://gitlab.com/ros-tracing/tracetools_analysis.git
4747
$ cd ..
4848
```
4949

50+
Install dependencies with rosdep.
51+
```sh
52+
$ rosdep update
53+
$ rosdep install --from-paths src --ignore-src -y --skip-keys "fastcdr rti-connext-dds-6.0.1 urdfdom_headers"
54+
```
55+
5056
Then build up to `performance_test` and configure it for ROS 2.
5157
See its [documentation](https://gitlab.com/ApexAI/performance_test#ros-2-middleware-plugins).
5258
We also need to build `ros2trace` to set up tracing using the `ros2 trace` command and `tracetools_analysis` to analyze the data.

0 commit comments

Comments
 (0)