Skip to content

Commit 2408fd1

Browse files
committed
Paper added
1 parent 0ca7c45 commit 2408fd1

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

CITATION.cff

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
cff-version: 1.2.0
2+
message: "If you use this software, please cite it as below."
3+
authors:
4+
- family-names: "Unger"
5+
given-names: "Miklós"
6+
orcid: "https://orcid.org/0000-0003-3518-1107"
7+
- family-names: "Horváth"
8+
given-names: "Ernő"
9+
orcid: "https://orcid.org/0000-0001-5083-2073"
10+
- family-names: "Pup"
11+
given-names: "Dániel"
12+
orcid: "https://orcid.org/0000-0003-2766-9655"
13+
- family-names: "Pozna"
14+
given-names: "Claudiu Radu"
15+
orcid: "https://orcid.org/0000-0002-0790-9343"
16+
title: "Towards Robust LIDAR Lane Clustering for Autonomous Vehicle Perception in ROS 2"
17+
version: "2024"
18+
doi: "10.1109/MOST60774.2024.00031"
19+
url: "https://github.com/jkk-research/lidar_cluster_ros2"
20+
preferred-citation:
21+
- "Unger, Miklós, et al. (2024). Towards Robust LIDAR Lane Clustering for Autonomous Vehicle Perception in ROS 2. In: 2024 IEEE International Conference on Mobility, Operations, Services and Technologies (MOST), pp. 229-234."

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,20 @@ find /usr/include -name crop_box.h
114114
|:---:|:---:|
115115
<img src="img/lidar_cluster_a2_urban.gif" width="100%"> | <img src="img/lidar_cluster_a1_race.gif" width="100%">
116116
<img src="img/lidar_cluster_b2_urban.gif" width="100%"> | <img src="img/lidar_cluster_b1_race.gif" width="100%">
117-
<img src="img/lidar_cluster_c2_urban.gif" width="100%"> | <img src="img/lidar_cluster_c1_race.gif" width="100%">
117+
<img src="img/lidar_cluster_c2_urban.gif" width="100%"> | <img src="img/lidar_cluster_c1_race.gif" width="100%">
118+
119+
120+
# Citation
121+
122+
If you use any of this code please consider citing the [paper](https://ieeexplore.ieee.org/document/10607072):
123+
124+
``` bibtex
125+
@INPROCEEDINGS{10607072,
126+
author={Unger, Miklós and Horváth, Ernő and Pup, Dániel and Pozna, Claudiu Radu},
127+
booktitle={2024 IEEE International Conference on Mobility, Operations, Services and Technologies (MOST)},
128+
title={Towards Robust LIDAR Lane Clustering for Autonomous Vehicle Perception in ROS 2},
129+
year={2024},
130+
pages={229-234},
131+
keywords={Laser radar;Lane detection;Source coding;Clustering algorithms;Robustness;Pattern recognition;Autonomous vehicles;self-driving;autonomous;point cloud;LIDAR;proceeding;filter;geometric patterns},
132+
doi={10.1109/MOST60774.2024.00031}}
133+
```

0 commit comments

Comments
 (0)