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
+11-5
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,8 @@ Doing that, make sure to set the fixed frame to the map coordinate system.
77
77
RMCL itself doesn't provide any tools to visualize the maps (triangle meshes).
78
78
If you want to see the map in RViz, use for example the `rviz_mesh_tools_plugins` of the [mesh_tools](https://github.com/naturerobots/mesh_tools).
79
79
80
-
Once the launch file is started, the output in Terminal should look as follows:
80
+
<details>
81
+
<summary>Once the launch file is started, the output in Terminal should look as follows:</summary>
@@ -196,6 +199,8 @@ sensors: # list of range sensors - at least one is required
196
199
backend: embree
197
200
```
198
201
202
+
</details>
203
+
199
204
### Params - 2D LiDAR + Wheels - GPU
200
205
201
206
MICP also supports to localize a robot only equipped with a 2D LiDAR in a 3D map.
@@ -205,8 +210,8 @@ In this example, all MICP steps are computed on GPU.
205
210
The robot has four wheels of which the highest points are located relative to `base_footprint` as listed in `origs`.
206
211
By setting a virtual scanner to the wheel positions scanning downwards with a constant scanning range equal to the wheel diameter it is possible to pull the robot to the mesh.
0 commit comments