Skip to content

Commit

Permalink
Update readme with method information and video link
Browse files Browse the repository at this point in the history
  • Loading branch information
petrapa6 committed Dec 12, 2023
1 parent fa7e5b9 commit f61e1e3
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
36 changes: 34 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Binary file added fig/snapshot.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f61e1e3

Please sign in to comment.