Closed huanglilong closed 1 year ago
https://github.com/hku-mars/BALM/blob/d91afa959f8dfad8d6e354013b9bd9048f41e597/src/benchmark/bavoxel.hpp#L771
@Zale-Liu looks like cut_func(win_count-1); not need because it has recurrsive call for each leaf node. here: https://github.com/hku-mars/BALM/blob/d91afa959f8dfad8d6e354013b9bd9048f41e597/src/benchmark/bavoxel.hpp#L773
cut_func(win_count-1);
for next pose
cut_func(win_count-1); not need
https://github.com/hku-mars/BALM/blob/d91afa959f8dfad8d6e354013b9bd9048f41e597/src/benchmark/bavoxel.hpp#L771
@Zale-Liu looks like
cut_func(win_count-1);
not need because it has recurrsive call for each leaf node. here: https://github.com/hku-mars/BALM/blob/d91afa959f8dfad8d6e354013b9bd9048f41e597/src/benchmark/bavoxel.hpp#L773