Skip to content

Commit 7b846d9

Browse files
committed
Fix visual issues in README
1 parent 1643694 commit 7b846d9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![forthebadge](https://forthebadge.com/images/badges/made-with-c-plus-plus.svg)](https://forthebadge.com)
2+
13
[![Basic Build Workflow](https://github.com/UniBwTAS/continuous_clustering/actions/workflows/basic-build-ci.yaml/badge.svg?branch=master)](https://github.com/UniBwTAS/continuous_clustering/actions/workflows/basic-build-ci.yaml)
24
[![Publish Docker image](https://github.com/UniBwTAS/continuous_clustering/actions/workflows/publish-docker-image.yaml/badge.svg)](https://github.com/UniBwTAS/continuous_clustering/actions/workflows/publish-docker-image.yaml)
35

@@ -47,12 +49,14 @@ The authors gratefully acknowledge funding by the Federal Office of Bundeswehr E
4749
We mounted two Ouster OS 32 at a tilted angle in order to get rid of the blind spots of our main LiDAR sensor. Our
4850
clustering also works with these mounting positions. The main challenge here is the ground point segmentation not the
4951
clustering. It works ok, but we hope to improve it in the future.
52+
5053
![](https://github.com/UniBwTAS/continuous_clustering/blob/master/assets/demo_ouster.gif)
5154

5255
### Works with Fog
5356

5457
There are many clutter points and the camera image is almost useless. But the clustering still works quite well after
5558
filtering potential fog points.
59+
5660
![](https://github.com/UniBwTAS/continuous_clustering/blob/master/assets/demo_fog.gif)
5761

5862
### Works on German Highway
@@ -61,7 +65,7 @@ There are often no speed limits on the German Highway. So it is not uncommon to
6165
much higher. A latency of e.g. 200ms leads to positional errors of `(180 / 3.6) m/s * 0.2s = 10m`. This shows the need
6266
to keep latencies at a minimum.
6367

64-
[![IMAGE ALT TEXT HERE](https://img.youtube.com/vi/DZKuAQBngNE/0.jpg)](https://www.youtube.com/watch?v=DZKuAQBngNE&t=98s)
68+
[![IMAGE ALT TEXT HERE](https://user-images.githubusercontent.com/74038190/235294007-de441046-823e-4eff-89bf-d4df52858b65.gif)](https://www.youtube.com/watch?v=DZKuAQBngNE&t=98s)
6569

6670
## Run it yourself:
6771

0 commit comments

Comments
 (0)