fast_voxel_traversal icon indicating copy to clipboard operation
fast_voxel_traversal copied to clipboard

infinite loop with specific values

Open iperov opened this issue 8 years ago • 2 comments

now I checked in C++ your file, its dead loop

_bin_size = 16; Eigen::Vector3d ray_start(-668, -340, 77); Eigen::Vector3d ray_end(404, -64, -784);

iperov avatar Dec 22 '16 11:12 iperov

its look like accumulating double-error result error in final 1 step.

iperov avatar Dec 22 '16 11:12 iperov

@iperov hello, did you solve that?

wangx1996 avatar Dec 31 '20 08:12 wangx1996