You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I get TypeError: unsupported operand type(s) for <<: 'tuple' and 'int' when I run blensor.tof.scan_advanced from script in Blensor 1.0.18 RC 10 Windows.
Here is a simple script producing the error:
Issue description:
Hi, I get
TypeError: unsupported operand type(s) for <<: 'tuple' and 'int'
when I runblensor.tof.scan_advanced
from script in Blensor 1.0.18 RC 10 Windows.Here is a simple script producing the error:
and I get:
Solution:
The following quick fix solved the issue:
modifying the line 42-44 in evd.py
to
Hope this helps!
The text was updated successfully, but these errors were encountered: