From 25f1913409d5798cfbe7a8b1626f3d3d0e0e5032 Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Sun, 13 Oct 2019 15:27:46 -0700 Subject: [PATCH] Link to design document in README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 188f058..e9aa6ac 100644 --- a/README.md +++ b/README.md @@ -45,3 +45,7 @@ By default, it will enable all ROS tracepoints and a few kernel tracepoints. The Another option is to use the `Trace` action in a launch file along with your `Node` action(s). See [this example launch file](./tracetools_launch/launch/example.launch.py) for more information. + +## Design + +See the [design document](./doc/design_ros_2.md).