You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-17Lines changed: 16 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,12 +52,12 @@ Please reference the following paper when using the MICP-L method in your scient
52
52
53
53
```bib
54
54
@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}
61
61
}
62
62
```
63
63
@@ -75,29 +75,28 @@ See the longer pre-release video [here](https://www.youtube.com/watch?v=whuEqYdk
75
75
76
76
### Publication
77
77
78
-
79
-
80
78
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
81
79
82
80
```bib
83
81
@phdthesis{amock2025inverse,
84
82
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
+
}
89
88
```
90
89
91
90
Available open access [**here**](https://osnadocs.ub.uni-osnabrueck.de/handle/ds-2025112613801). Alternatively, you may cite this software package directly as follows:
92
91
93
92
```bib
94
93
@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}},
0 commit comments