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
Sometimes doRanging() returns 4294967295 mm for range which is obviously a signed-unsigned mismatch somewhere together with an overflow of 32-bit arithmetic, as it is equal to 2**32-1.
Please check it.
The text was updated successfully, but these errors were encountered:
Sometimes doRanging() returns 4294967295 mm for range which is obviously a signed-unsigned mismatch somewhere together with an overflow of 32-bit arithmetic, as it is equal to 2**32-1.
Please check it.
The text was updated successfully, but these errors were encountered: