tracetools_analysis/README.md
Christophe Bedard 5691af7f87 Update repo URLs
2019-07-05 13:57:07 +02:00

20 lines
504 B
Markdown

# tracetools_analysis
Analysis tools for [ROS 2 tracing](https://gitlab.com/micro-ROS/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!