diff --git a/doc/design_ros_2.md b/doc/design_ros_2.md index 3d7f58f..8cbddde 100644 --- a/doc/design_ros_2.md +++ b/doc/design_ros_2.md @@ -486,6 +486,10 @@ The plan is to use LTTng with a ROS wrapper package like `tracetools` for ROS 1. * overlay it on top of their ROS 2 installation * use other package(s) for analysis and visualization +## Architecture + +![](img/tracing_architecture.png) + ### Timeline The first goal is to statically instrument ROS 2, aiming for it to be in the ROS 2 E-turtle release (Nov 2019). diff --git a/doc/img/tracing_architecture.png b/doc/img/tracing_architecture.png new file mode 100644 index 0000000..ae5cfee Binary files /dev/null and b/doc/img/tracing_architecture.png differ