diff --git a/README.md b/README.md index b87cebf..9ecade5 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,34 @@ -# RMS -Code for RA-L paper "RMS: Redundancy-Minimizing Point Cloud Sampling for Real-Time Pose Estimation in Degenerated Environments" +# RMS: Redundancy-Minimizing Point Cloud Sampling + +[![RMS](./fig/snapshot.jpg)](https://www.youtube.com/watch?v=Y9ZlRrX1UBY) + + * novel method for sampling large 3D LiDAR point clouds + * replacement for voxelization + * pipelines using **RMS** are faster (lower latency) and more accurate (less drift) + * designed for **real-time LiDAR-based** 6-DoF odometry/SLAM pipelines + * both point-based (ICP-like) and feature-based (LOAM-like) methods + * potentially improving most L, LI, LVI, LV pipelines + * **single parameter only -> depends on the SLAM pipeline (and not the environment!)** + * tuned just once given your pipeline + * deterministic (no data for learning needed) + +#### Code & How to +The code will be made available upon acceptance. + +#### Paper +Submitted to IEEE RA-L on December 1, 2023. +Preprint available at arXiv: TODO. + +#### How to cite +``` +@article{petracek2023rms, + title = {{RMS: Redundancy-Minimizing Point Cloud Sampling for Real-Time Pose Estimation in Degenerated Environments}}, + author = {Petracek, Pavel and Alexis, Kostas and Saska, Martin}, + year = {2023}, + journal = {arXiv:TODO}, + note = {Submitted to IEEE RA-L on December 1, 2023} +} +``` + +#### Acknowledgment +To be added upon acceptance. diff --git a/fig/snapshot.jpg b/fig/snapshot.jpg new file mode 100644 index 0000000..99abafc Binary files /dev/null and b/fig/snapshot.jpg differ