Skip to content

Commit b9fd671

Browse files
authored
Update index.html
1 parent 0cddbca commit b9fd671

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

autonomy-dataset/index.html

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,12 +191,22 @@ <h2 class="title is-3">LiDAR Point Clouds</h2>
191191
<!-- Funding -->
192192
<div class="columns is-centered">
193193
<div class="column is-full-width">
194-
<h2 class="title is-3">Funded by</h2>
194+
<h2 class="title is-3">LiDAR Point Clouds</h2>
195195
<div class="content has-text-justified">
196+
<p>
197+
The Ouster OS0 LiDAR (128 scanlines) is mounted forward-facing with a 45° downward tilt at a height of 3 meters. This configuration captures a high-resolution 3D point cloud of the environment, supporting precise mapping and localization, object detection, and use as a deterministic safety sensor. Below is a registered point cloud of the farmyard environment as captured by the LiDAR.
198+
</p>
196199
</div>
197200

198-
<div id="gps-live-plot" style="width: 100%; height: 400px; border: 1px solid #ccc;">
199-
<!-- Complete GPS trajectory map -->
201+
<div class="has-text-centered">
202+
<figure class="image">
203+
<img src="./static/images/lidar_registration.png"
204+
alt="LiDAR-Camera Registration Visualization"
205+
style="max-width: 100%; height: auto; border: 1px solid #ccc; border-radius: 8px;">
206+
</figure>
207+
<p class="has-text-grey mt-2">
208+
<em>LiDAR registration showing the farmyard of the research farm of the Leipzig Universtiy (Lehr- und Forschungsgut Oberholz).</em>
209+
</p>
200210
</div>
201211
</div>
202212
</div>

0 commit comments

Comments
 (0)