Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,12 @@ Copy the content of the repo proto2cpp to your desired `<path-to-proto2cpp.py>`
Citing
------

Use the following citation for referencing the OSI interface in your scientific work: `@misc{osi.2017,
Use the following citation for referencing the OSI interface in your scientific work: `
@misc{osi.2017,
author = {Hanke, Timo and Hirsenkorn, Nils and {van~Driesten}, Carlo and {Garcia~Ramos}, Pilar and Schiementz, Mark and Schneider, Sebastian},
year = {2017},
title = {{Open Simulation Interface: A generic interface for the environment perception of automated driving functions in virtual scenarios.}},
url = {http://www.hot.ei.tum.de/forschung/automotive-veroeffentlichungen/},
note = {{Accessed: 2017-08-28}}
}`
}
`
3 changes: 2 additions & 1 deletion osi_roadmarking.proto
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ message RoadMarking
//
enum Type
{
// Type of road marking is unknown (must not be used in ground truth).
// Type of road marking is unknown (must not be used in ground
// truth).
//
TYPE_UNKNOWN = 0;

Expand Down
Loading