cartographer-project / point_cloud_viewer

View billions of points in your browser.
Apache License 2.0
339 stars 98 forks source link

fix merge_xray_quadtrees #448

Closed krzesi-mir closed 4 years ago

krzesi-mir commented 4 years ago

Previously:

$ cargo run --bin merge_xray_quadtrees -- --output-directory ~/XRAYS/out_3/ ~/XRAYS/{1,2,3,4}
thread 'main' panicked at 'No parent root node found.', xray/src/bin/merge_xray_quadtrees.rs:140:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Now:

$ cargo run --bin merge_xray_quadtrees -- --output-directory ~/XRAYS/out_4/ ~/XRAYS/{1,2,3,4}
Building level 0: 1 / 1 [===================================================================================================================================================================================================] 100.00 % 0.91/s
krzesi-mir commented 4 years ago

Thanks Marco!