diff --git a/doc/design_ros_2.md b/doc/design_ros_2.md index db7a42f..f1c6502 100644 --- a/doc/design_ros_2.md +++ b/doc/design_ros_2.md @@ -230,6 +230,7 @@ sequenceDiagram Note over Publisher: ... Publisher->>rcl: rcl_publish(rcl_publisher_t, msg) rcl->>rmw: rmw_publish(rmw_publisher_t, msg) + rmw-->>tracetools: TP(?) ``` ### Service creation