Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CITATION.bib
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
@misc{potokar2025formfixedlagodometryreparative,
title = {FORM: Fixed-Lag Odometry with Reparative Mapping utilizing Rotating LiDAR Sensors},
author = {Easton R. Potokar and Taylor Pool and Daniel McGann and Michael Kaess},
year = {2025},
eprint = {2510.09966},
archiveprefix = {arXiv},
primaryclass = {cs.RO},
url = {https://arxiv.org/abs/2510.09966}
}
25 changes: 21 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
<div align="center">
<h1>FORM</h1>
<h3 style="font-weight: normal"><b>F</b>ixed-Lag <b>O</b>dometry with <b>R</b>eparative <b>M</b>apping</h4>
<!-- <a href="https://github.com/rpl-cmu/form/blob/master/LICENSE"><img src="https://img.shields.io/github/license/rpl-cmu/form" /></a> -->
<b>F</b>ixed-Lag <b>O</b>dometry with <b>R</b>eparative <b>M</b>apping
<br />
<br />
<a href="https://github.com/rpl-cmu/form/releases"><img src="https://img.shields.io/github/v/release/rpl-cmu/form" /></a>
<a href="https://github.com/rpl-cmu/form/actions/workflows/ci.yml"><img src="https://img.shields.io/github/actions/workflow/status/rpl-cmu/form/ci.yml" /></a>
<a href="https://github.com/rpl-cmu/form/blob/master/LICENSE"><img src="https://img.shields.io/github/license/rpl-cmu/form" /></a>
<a href="https://arxiv.org/abs/2510.09966"><img src="https://img.shields.io/badge/arXiv-2510.09966-b31b1b.svg" /></a>
<br />
<br />
FORM is a LiDAR Odometry system that performs fixed-lag **smoothing** and sub-map **reparations**, all in **real-time** with minimal parameters.
<br />
<br />

FORM is a LiDAR Odometry system that performs fixed-lag smoothing over a window of prior poses along with map reparations, all in real-time with minimal parameters.
![](.github/assets/readme.png)

</div>
Expand Down Expand Up @@ -52,5 +61,13 @@ evalio stats evalio_results/25.10.03_full/
## Citation
If you use FORM for any academic work, please cite:
```
TODO
@misc{potokar2025formfixedlagodometryreparative,
title={FORM: Fixed-Lag Odometry with Reparative Mapping utilizing Rotating LiDAR Sensors},
author={Easton R. Potokar and Taylor Pool and Daniel McGann and Michael Kaess},
year={2025},
eprint={2510.09966},
archivePrefix={arXiv},
primaryClass={cs.RO},
url={https://arxiv.org/abs/2510.09966},
}
```
Loading