[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
4678e4acd6
commit
663e0006b6
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue