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
<h4align="center">Software Tools for Mobile Robot Localization in 3D Meshes</h4>
10
10
</div>
@@ -23,13 +23,12 @@
23
23
</div>
24
24
25
25
26
-
27
26
## MICP-L
28
27
29
28
MICP-L: Mesh ICP for Robot Localization using Hardware-Accelerated Ray Casting.
30
29
An approach to directly register range sensor data to a mesh in order to localize a mobile robot using hardware-accelerated ray casting correspondences (See publications).
@@ -45,7 +44,7 @@ IMU prior is also possible as long as it is integrated as TF-Transform, e.g. wit
45
44
46
45
### Publication
47
46
48
-
MICP-L has been accepted to IROS'24! Please reference the following paper when using the MICP-L method in your scientific work.
47
+
Please reference the following paper when using the MICP-L method in your scientific work.
49
48
50
49
```latex
51
50
@inproceedings{mock2024micpl,
@@ -56,7 +55,7 @@ MICP-L has been accepted to IROS'24! Please reference the following paper when u
56
55
}
57
56
```
58
57
59
-
The [preprint](https://arxiv.org/abs/2210.13904) will be updated soon.
58
+
The [preprint](https://arxiv.org/abs/2210.13904) will be updated soon. Experiments are available at https://github.com/amock/micp_experiments.
60
59
61
60
### Usage
62
61
@@ -71,9 +70,9 @@ Starting the following Launch-File
- Recommended: Install OptiX backend if NVIDIA GPU is available
284
283
- For rmagine version >= 2.2.2 it is possible to put rmagine into your ROS workspace for easier compilation
285
284
- ROS (tested with ROS-noetic)
286
-
- Clone [rmcl_msgs](https://github.com/uos/rmcl_msgs) to your workspace
287
285
288
286
Clone this repository into your ROS workspace and build it.
289
287
@@ -297,7 +295,7 @@ To learn how to use RMCL library in your Node: `src/nodes/examples`.
297
295
298
296
To navigate a robot automatically and safely through uneven terrain, the combination RMCL + Mesh Navigation Stack is very suitable: [https://github.com/naturerobots/mesh_navigation](https://github.com/naturerobots/mesh_navigation). As we presented on [ROSCon 2023](https://vimeo.com/879000775):
0 commit comments