Skip to content

Commit c9778ca

Browse files
authored
Merge pull request #40 from PRBonn/gupta/results_reproducibility
Update README
2 parents db81ee3 + bf58e46 commit c9778ca

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,13 @@ cd kiss-slam
6464
make editable
6565
```
6666

67+
### Paper Results
68+
As we decided to continue developing **KISS-SLAM** beyond the scope of the IROS paper, we created a ``git tag`` so that researchers can consistently reproduce the results presented in the publication. To checkout at this tag, you can run the following:
69+
```sh
70+
git checkout IROS25
71+
```
72+
Our development aims to surpass the performance of **KISS-SLAM** beyond the original results presented in the paper.
73+
6774
## Citation
6875
If you use this library for any academic work, please cite our original paper:
6976
```bib

0 commit comments

Comments
 (0)