diff --git a/lerobot/common/teleoperators/homonculus/homonculus_arm.py b/lerobot/common/teleoperators/homonculus/homonculus_arm.py index a75b5924..0d4571f2 100644 --- a/lerobot/common/teleoperators/homonculus/homonculus_arm.py +++ b/lerobot/common/teleoperators/homonculus/homonculus_arm.py @@ -189,7 +189,7 @@ class HomonculusArm(Teleoperator): * np.arcsin((b_value - min_reading) / (max_reading - min_reading)) / (np.pi / 2) ) - except Exception as e: + except Exception: print("not working") print(smoothed_vals) print("not working")