diff --git a/teleop/open_television/television.py b/teleop/open_television/television.py index 3f6787a..d891fb9 100644 --- a/teleop/open_television/television.py +++ b/teleop/open_television/television.py @@ -196,8 +196,8 @@ class TeleVision: Hands( stream=True, key="hands", - showLeft=False, - showRight=False + hideLeft=True, + hideRight=True ), to="bgChildren", ) @@ -254,8 +254,8 @@ class TeleVision: Hands( stream=True, key="hands", - showLeft=False, - showRight=False + hideLeft=True, + hideRight=True ), to="bgChildren", )