From 22b5fcb9da31806fa3a64e18d86d8328554a7611 Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Wed, 1 Jan 2020 12:15:07 -0500 Subject: [PATCH] Mention tracetools_analysis at the end of the README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1ff0150..8a9ea6e 100644 --- a/README.md +++ b/README.md @@ -53,3 +53,7 @@ See [this example launch file](./tracetools_launch/launch/example.launch.py) for ## Design See the [design document](./doc/design_ros_2.md). + +## Analysis + +See [`tracetools_analysis`](https://gitlab.com/micro-ROS/ros_tracing/tracetools_analysis).