Skip to content

Commit c504e32

Browse files
carsten-kueblerjdsika
authored andcommitted
Extended documentation traffic sign/road markings (resolves #229) (resolves #230) (#231)
* Extended documentation traffic sign/road markings Remove doxygen windows bug (roadmarking types are not correct). Add StVO road markings as symbolic signs in documentation of traffic signs. * Documentation additional road markings Add StVO no for symbolic traffic signs as road markings
1 parent 822c20a commit c504e32

File tree

3 files changed

+142
-56
lines changed

3 files changed

+142
-56
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,12 @@ Copy the content of the repo proto2cpp to your desired `<path-to-proto2cpp.py>`
102102
Citing
103103
------
104104

105-
Use the following citation for referencing the OSI interface in your scientific work: `@misc{osi.2017,
105+
Use the following citation for referencing the OSI interface in your scientific work: `
106+
@misc{osi.2017,
106107
author = {Hanke, Timo and Hirsenkorn, Nils and {van~Driesten}, Carlo and {Garcia~Ramos}, Pilar and Schiementz, Mark and Schneider, Sebastian},
107108
year = {2017},
108109
title = {{Open Simulation Interface: A generic interface for the environment perception of automated driving functions in virtual scenarios.}},
109110
url = {http://www.hot.ei.tum.de/forschung/automotive-veroeffentlichungen/},
110111
note = {{Accessed: 2017-08-28}}
111-
}`
112+
}
113+
`

osi_roadmarking.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ message RoadMarking
9797
//
9898
enum Type
9999
{
100-
// Type of road marking is unknown (must not be used in ground truth).
100+
// Type of road marking is unknown (must not be used in ground
101+
// truth).
101102
//
102103
TYPE_UNKNOWN = 0;
103104

0 commit comments

Comments
 (0)