From 680fd24b3f7738f1367fb4fbb53f77b8e0f84b16 Mon Sep 17 00:00:00 2001 From: hello-jesus <141784078+hello-jesus@users.noreply.github.com> Date: Wed, 9 Aug 2023 11:57:15 -0700 Subject: [PATCH] MInor visualization edit --- stretch_body/tutorial_introduction.md | 1 - 1 file changed, 1 deletion(-) diff --git a/stretch_body/tutorial_introduction.md b/stretch_body/tutorial_introduction.md index 5d93b66..be14641 100644 --- a/stretch_body/tutorial_introduction.md +++ b/stretch_body/tutorial_introduction.md @@ -115,7 +115,6 @@ All devices contain a Status dictionary. The Status contains the most recent sen ```python class Arm(PrismaticJoint): def __init__(self,usb=None): - ``` As we can see the arm class is part of the PrismaticJoint class but this is also part of the Device class as we can see here: