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
Floating point exception occurs during point cloud processing. Root cause: potential division by zero in scale factors (lines 228-230) and size values (lines 232-234) in chunker_countsort_laszip.cpp. Need to add validation and proper error handling.
Floating point exception occurs during point cloud processing. Root cause: potential division by zero in scale factors (lines 228-230) and size values (lines 232-234) in chunker_countsort_laszip.cpp. Need to add validation and proper error handling.