33 <h2>Zero-Drift Point Cloud Mapping using Map Priors</h2>
44 <br >
55
6+ ![ C++] ( https://img.shields.io/badge/-C++-blue?logo=cplusplus )
7+ ![ Python] ( https://img.shields.io/badge/Python-3670A0?logo=python&logoColor=ffdd54 )
68 [ ![ Docker] ( https://badgen.net/badge/icon/docker?icon=docker&label )] ( https://www.docker.com/ )
79 ![ License] ( https://img.shields.io/badge/license-Apache%202.0-blue )
8- ![ Version] ( https://img.shields.io/badge/version-0.1 .0-blue )
10+ ![ Version] ( https://img.shields.io/badge/version-0.2 .0-blue )
911 [ ![ arXiv] ( https://img.shields.io/badge/arXiv-1234.56789-b31b1b.svg )] ( https://arxiv.org/abs/2501.11111 )
1012
1113 <br align =" center " >
@@ -35,9 +37,11 @@ We provide a Docker image on Docker Hub, which will automatically be pulled with
3537<details >
3638<summary >Run</summary >
3739
38- To use our approach, you need a reference map and an initial guess of the first pose.
40+ To use our approach, you need a reference map and an initial guess of the first pose.
41+ More details on reference maps can be found in our paper.
3942
40- The easiest way to use our approach is with the provided Docker image.
43+ The easiest way to use our approach is with the provided Docker image.
44+ We currently support point cloud files in ` .bin ` (KITTI), ` .pcd ` , ` .ply ` and ` .xyz ` .
4145``` sh
4246./docker/run_docker.sh < map_path> < scan_path> < output_path> < x> < y> < z> < qx> < qy> < qz> < qw>
4347
@@ -89,11 +93,7 @@ pip install -e .
8993
9094## Limitations
9195
92- * Currently only the KITTI .bin dataloader is implemented
93- * The reference map has to be in the .pcd format
94- * Detailed instructions on how to create refrence maps is missing
95- * Currently the visualization is active on default
96- * Move to nanobind
96+ * Detailed instructions on how to create refrence maps are missing
9797
9898## Acknowledgement
9999
@@ -102,6 +102,7 @@ Great inspiration has come from the following repositories. If you use our work,
102102* [ KISS-ICP] ( https://github.com/PRBonn/kiss-icp )
103103* [ small_gicp] ( https://github.com/koide3/small_gicp )
104104* [ Iridescence] ( https://github.com/koide3/iridescence )
105+ * [ Open3D] ( https://github.com/isl-org/Open3D )
105106
106107
107108## Citation
0 commit comments