Skip to content

Commit c17e877

Browse files
committed
fixed publications. removed workflows as they currently not reflecting the behavior we have on real system tests
1 parent 2c836b4 commit c17e877

File tree

3 files changed

+16
-77
lines changed

3 files changed

+16
-77
lines changed

.github/workflows/humble.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

.github/workflows/jazzy.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

README.md

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ Please reference the following paper when using the MICP-L method in your scient
5252

5353
```bib
5454
@inproceedings{mock2024micpl,
55-
title={{MICP-L}: Mesh-based ICP for Robot Localization Using Hardware-Accelerated Ray Casting},
56-
author={Mock, Alexander and Wiemann, Thomas and Pütz, Sebastian and Hertzberg, Joachim},
57-
booktitle={2024 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)},
58-
year={2024},
59-
pages={10664-10671},
60-
doi={10.1109/IROS58592.2024.10802360}
55+
title = {{MICP-L}: Mesh-based ICP for Robot Localization Using Hardware-Accelerated Ray Casting},
56+
author = {Mock, Alexander and Wiemann, Thomas and Pütz, Sebastian and Hertzberg, Joachim},
57+
booktitle = {2024 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)},
58+
year = {2024},
59+
pages = {10664-10671},
60+
doi = {10.1109/IROS58592.2024.10802360}
6161
}
6262
```
6363

@@ -75,29 +75,28 @@ See the longer pre-release video [here](https://www.youtube.com/watch?v=whuEqYdk
7575

7676
### Publication
7777

78-
79-
8078
Since **Ray MCL** is still in a pre-release stage, no formal publication is available at this time. When using **RMCL** in your scientific work, please reference one of the closely related projects such as [**rmagine**](https://github.com/uos/rmagine) or [**MICP-L**](https://ieeexplore.ieee.org/document/10802360), as many of their concepts have been incorporated into RMCL, and are covered in
8179

8280
```bib
8381
@phdthesis{amock2025inverse,
8482
author = {Alexander Mock},
85-
title = {Inverse Sensor Modeling for 6D Mobile Robot Localization in Scene Graphs via Hardware-Accelerated Ray Tracing}
86-
year = {2025},
87-
doi = {10.48693/802}
88-
school = "Universität Osnabrück"}
83+
title = {Inverse Sensor Modeling for 6D Mobile Robot Localization in Scene Graphs via Hardware-Accelerated Ray Tracing}
84+
year = {2025},
85+
doi = {10.48693/802},
86+
school = {Universität Osnabrück}
87+
}
8988
```
9089

9190
Available open access [**here**](https://osnadocs.ub.uni-osnabrueck.de/handle/ds-2025112613801). Alternatively, you may cite this software package directly as follows:
9291

9392
```bib
9493
@software{amock2025rmcl,
95-
author = {Alexander Mock},
96-
title = {{RMCL: Mobile Robot Localization in 3D Triangle Meshes \& Geometric Scene Graphs}},
94+
author = {Alexander Mock},
95+
title = {{RMCL: Mobile Robot Localization in 3D Triangle Meshes \& Geometric Scene Graphs}},
9796
license = {BSD-3-Clause},
98-
url = {https://github.com/uos/rmcl},
99-
year = {2025},
100-
month = {10}
97+
url = {https://github.com/uos/rmcl},
98+
year = {2025},
99+
month = {10}
101100
}
102101
```
103102

0 commit comments

Comments
 (0)