From 3299a399da9c49295cbf81d912ee89a51da2ef10 Mon Sep 17 00:00:00 2001 From: Justin Diclemente <69400476+logohere@users.noreply.github.com> Date: Tue, 1 Sep 2026 19:15:46 -0400 Subject: [PATCH] docs: make Leash demo open slide deck --- leash.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leash.html b/leash.html index 97311e2..1b059e0 100644 --- a/leash.html +++ b/leash.html @@ -89,7 +89,7 @@

Demo

Geek on a Leash
A full Rust Tuesdays walkthrough of Leash: runtime, safety boundary, ROS 2, CUDA, and a bounded UGV demo. Includes editable deck source, PDF, PowerPoint, speaker notes, preflight tooling, and a recorded fallback. -

Open the demo package →

+

Open slides → · Source + notes

Safety boundary

Leash owns the final command sent to the robot. Agents, planners, ROS 2 nodes, CUDA jobs, and apps can request work or provide evidence; they do not become another motor writer.