From 7a8b0c3b12244056b6ee42991595bd03cabb4f41 Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Thu, 14 May 2026 20:47:22 -0700 Subject: [PATCH] Mention Jupyter Notebook early in the ros2_tracing analysis tutorial (#6764) Signed-off-by: Christophe Bedard (cherry picked from commit baf33b04498da995158b7b408d4a2026311281a2) --- source/Tutorials/Advanced/ROS2-Tracing-Trace-and-Analyze.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Tutorials/Advanced/ROS2-Tracing-Trace-and-Analyze.rst b/source/Tutorials/Advanced/ROS2-Tracing-Trace-and-Analyze.rst index 9d80069ae80..b269370ad32 100644 --- a/source/Tutorials/Advanced/ROS2-Tracing-Trace-and-Analyze.rst +++ b/source/Tutorials/Advanced/ROS2-Tracing-Trace-and-Analyze.rst @@ -10,7 +10,7 @@ Overview This tutorial covers: 1. running and tracing a ``performance_test`` run -2. analyzing the trace data using `tracetools_analysis `_ to plot the callback durations +2. analyzing the trace data using `tracetools_analysis `_ to plot the callback durations using `Jupyter Notebook `_ Prerequisites -------------