File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -144,6 +144,23 @@ message ReferenceLine
144144 // precision is defined for each user, where the reference line is
145145 // referenced.
146146 //
147+ // ## Creating reference lines
148+ //
149+ // When OSI is generated from OpenDRIVE, typically the reference lines will
150+ // be taken directly from the road reference lines in OpenDRIVE, and
151+ // sampled according to the accuracy requirements outlined above.
152+ //
153+ // Other map formats may not have reference lines, so they will have to be
154+ // synthesized by the tool generating OSI data. A few guidelines on this
155+ // process:
156+ //
157+ // - The reference line should follow the road
158+ // - It is preferable to have the reference line in the center of the road
159+ // (e.g. on a highway, it should be in the middle between the two driving
160+ // directions). Rationale: this makes S differences better approximate
161+ // euclidean distances, compared to having the reference line at one side
162+ // of a curvy road.
163+ //
147164 // ## Various notes
148165 //
149166 // Notes on OpenDRIVE compatibility:
You can’t perform that action at this time.
0 commit comments