Merge branch 'update-readme' into 'master'
Mention branches vs distro See merge request ros-tracing/tracetools_analysis!118
This commit is contained in:
commit
9c853b27fc
1 changed files with 3 additions and 1 deletions
|
@ -5,6 +5,8 @@
|
||||||
|
|
||||||
Analysis tools for [ROS 2 tracing](https://gitlab.com/ros-tracing/ros2_tracing).
|
Analysis tools for [ROS 2 tracing](https://gitlab.com/ros-tracing/ros2_tracing).
|
||||||
|
|
||||||
|
**Note**: make sure to use the right branch, depending on the ROS 2 distro: [use `master` for Rolling, `galactic` for Galactic, etc.](https://docs.ros.org/en/rolling/Contributing/Developer-Guide.html#branches)
|
||||||
|
|
||||||
## Trace analysis
|
## Trace analysis
|
||||||
|
|
||||||
After generating a trace (see [`ros2_tracing`](https://gitlab.com/ros-tracing/ros2_tracing#tracing)), we can analyze it to extract useful execution data.
|
After generating a trace (see [`ros2_tracing`](https://gitlab.com/ros-tracing/ros2_tracing#tracing)), we can analyze it to extract useful execution data.
|
||||||
|
@ -13,7 +15,7 @@ After generating a trace (see [`ros2_tracing`](https://gitlab.com/ros-tracing/ro
|
||||||
|
|
||||||
Then we can process a trace to create a data model which could be queried for analysis.
|
Then we can process a trace to create a data model which could be queried for analysis.
|
||||||
|
|
||||||
```
|
```shell
|
||||||
$ ros2 trace-analysis process /path/to/trace/directory
|
$ ros2 trace-analysis process /path/to/trace/directory
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue