From 22b5fcb9da31806fa3a64e18d86d8328554a7611 Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Wed, 1 Jan 2020 12:15:07 -0500 Subject: [PATCH 1/2] 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). From 0e545549975dbfbbb48efb53f2d96167be5280ab Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Wed, 1 Jan 2020 12:15:19 -0500 Subject: [PATCH 2/2] Change README title to ros2_tracing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a9ea6e..2a5eae3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# tracetools +# ros2_tracing Tracing tools for ROS 2.