From 0479eb8f69c44e228748cc8f0403c3fa1595ada9 Mon Sep 17 00:00:00 2001 From: AdilZouitine Date: Fri, 12 Sep 2025 18:09:23 +0200 Subject: [PATCH] docs: Add new section for debugging processor pipelines - Introduced a new documentation entry for debugging processor pipelines, enhancing the existing guide on processors. - This addition aims to provide users with insights and best practices for troubleshooting and optimizing their processor workflows. --- docs/source/_toctree.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/_toctree.yml b/docs/source/_toctree.yml index 176edb078..ffa28252a 100644 --- a/docs/source/_toctree.yml +++ b/docs/source/_toctree.yml @@ -28,6 +28,8 @@ - sections: - local: introduction_processors title: Introduction to Robot Processors + - local: debug_processor_pipeline + title: Debug your processor pipeline - local: implement_your_own_processor title: Implement your own processor - local: processors_robots_teleop