Fix doc formatting
This commit is contained in:
parent
56fbd6a74f
commit
ce718ec7e7
1 changed files with 5 additions and 5 deletions
|
@ -555,7 +555,7 @@ We could look into making analyses work on both ROS 1 and ROS 2, through a commo
|
||||||
* wraps the LTTng Python bindings to setup and start a tracing session
|
* wraps the LTTng Python bindings to setup and start a tracing session
|
||||||
* exposes simplified setup functions with default values
|
* exposes simplified setup functions with default values
|
||||||
* provides an example `trace` entrypoint for tracing
|
* provides an example `trace` entrypoint for tracing
|
||||||
`$ ros2 run tracetools_trace trace`
|
* `$ ros2 run tracetools_trace trace`
|
||||||
* `ros2trace`
|
* `ros2trace`
|
||||||
* provides a `ros2cli` extension
|
* provides a `ros2cli` extension
|
||||||
`$ ros2 trace`
|
`$ ros2 trace`
|
||||||
|
@ -577,10 +577,10 @@ We could look into making analyses work on both ROS 1 and ROS 2, through a commo
|
||||||
* handle and process trace events to gather data
|
* handle and process trace events to gather data
|
||||||
* `ros2trace_analysis`
|
* `ros2trace_analysis`
|
||||||
* provides a `ros2cli` extension with verbs
|
* provides a `ros2cli` extension with verbs
|
||||||
`$ ros2 trace-analysis`
|
* `$ ros2 trace-analysis`
|
||||||
* uses `tracetools_analysis` functions
|
* uses/exposes `tracetools_analysis` functions
|
||||||
`$ ros2 trace-analysis convert`
|
* `$ ros2 trace-analysis convert`
|
||||||
`$ ros2 trace-analysis process`
|
* `$ ros2 trace-analysis process`
|
||||||
|
|
||||||
```plantuml
|
```plantuml
|
||||||
@startuml
|
@startuml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue