We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ede45f6 commit 6cc0edeCopy full SHA for 6cc0ede
source/Guides/ros2_tracing_trace_and_analyze.md
@@ -47,6 +47,12 @@ $ git clone https://gitlab.com/ros-tracing/tracetools_analysis.git
47
$ cd ..
48
```
49
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
+
56
Then build up to `performance_test` and configure it for ROS 2.
57
See its [documentation](https://gitlab.com/ApexAI/performance_test#ros-2-middleware-plugins).
58
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