forked from ctu-mrs/RMS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update readme with method information and video link
- Loading branch information
Showing
2 changed files
with
34 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.