Merge branch 'add-readme-info' into 'analysis'
Add info to readme See merge request boschresearch/ros-wg/tracing/tracetools_analysis!5
This commit is contained in:
commit
27b3806517
1 changed files with 20 additions and 0 deletions
20
README.md
20
README.md
|
@ -0,0 +1,20 @@
|
|||
# tracetools_analysis
|
||||
|
||||
Analysis tools for [ROS 2 tracing](https://gitlab.com/ros_tracing/ros2_tracing).
|
||||
|
||||
# Setup
|
||||
|
||||
To display results, install:
|
||||
|
||||
* [Jupyter](https://jupyter.org/install)
|
||||
* [Bokeh](https://bokeh.pydata.org/en/latest/docs/user_guide/quickstart.html#userguide-quickstart-install)
|
||||
|
||||
# Use
|
||||
|
||||
Start Jupyter Notebook:
|
||||
|
||||
```
|
||||
$ jupyter notebook
|
||||
```
|
||||
|
||||
Then navigate to the [`analysis/`](./tracetools_analysis/analysis/) directory, and select one of the provided notebooks, or create your own!
|
Loading…
Add table
Add a link
Reference in a new issue