Skip to content

Commit 807fe68

Browse files
authored
feat: add citation and badges (#6)
* Add citation and badges * Add in build badge * Fix readmes * Another readme try * More tweaks
1 parent 3c0601b commit 807fe68

File tree

2 files changed

+30
-4
lines changed

2 files changed

+30
-4
lines changed

CITATION.bib

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
@misc{potokar2025formfixedlagodometryreparative,
2+
title = {FORM: Fixed-Lag Odometry with Reparative Mapping utilizing Rotating LiDAR Sensors},
3+
author = {Easton R. Potokar and Taylor Pool and Daniel McGann and Michael Kaess},
4+
year = {2025},
5+
eprint = {2510.09966},
6+
archiveprefix = {arXiv},
7+
primaryclass = {cs.RO},
8+
url = {https://arxiv.org/abs/2510.09966}
9+
}

README.md

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
<div align="center">
22
<h1>FORM</h1>
3-
<h3 style="font-weight: normal"><b>F</b>ixed-Lag <b>O</b>dometry with <b>R</b>eparative <b>M</b>apping</h4>
4-
<!-- <a href="https://github.com/rpl-cmu/form/blob/master/LICENSE"><img src="https://img.shields.io/github/license/rpl-cmu/form" /></a> -->
3+
<b>F</b>ixed-Lag <b>O</b>dometry with <b>R</b>eparative <b>M</b>apping
4+
<br />
5+
<br />
6+
<a href="https://github.com/rpl-cmu/form/releases"><img src="https://img.shields.io/github/v/release/rpl-cmu/form" /></a>
7+
<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>
8+
<a href="https://github.com/rpl-cmu/form/blob/master/LICENSE"><img src="https://img.shields.io/github/license/rpl-cmu/form" /></a>
9+
<a href="https://arxiv.org/abs/2510.09966"><img src="https://img.shields.io/badge/arXiv-2510.09966-b31b1b.svg" /></a>
10+
<br />
11+
<br />
12+
FORM is a LiDAR Odometry system that performs fixed-lag **smoothing** and sub-map **reparations**, all in **real-time** with minimal parameters.
13+
<br />
14+
<br />
515

6-
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.
716
![](.github/assets/readme.png)
817

918
</div>
@@ -52,5 +61,13 @@ evalio stats evalio_results/25.10.03_full/
5261
## Citation
5362
If you use FORM for any academic work, please cite:
5463
```
55-
TODO
64+
@misc{potokar2025formfixedlagodometryreparative,
65+
title={FORM: Fixed-Lag Odometry with Reparative Mapping utilizing Rotating LiDAR Sensors},
66+
author={Easton R. Potokar and Taylor Pool and Daniel McGann and Michael Kaess},
67+
year={2025},
68+
eprint={2510.09966},
69+
archivePrefix={arXiv},
70+
primaryClass={cs.RO},
71+
url={https://arxiv.org/abs/2510.09966},
72+
}
5673
```

0 commit comments

Comments
 (0)