Skip to content

Commit c3fb715

Browse files
ReinhardBiegelIntechpmai
authored andcommitted
Clarify contraints on T axis
Also-by: Weiss David <david.weiss@in-tech.com> Signed-off-by: Reinhard Biegel <reinhard.biegel@in-tech.com>
1 parent 57c4226 commit c3fb715

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

osi_referenceline.proto

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,18 @@ message ReferenceLine
109109
// onto the XY plane shall be considered (but notes on OpenDRIVE compatibility
110110
// below should be considered).
111111
//
112+
// ## Rules on the T axis
113+
//
114+
// For the T axis at a specific ReferenceLinePoint the following rules apply:
115+
// - The T axis shall be close to the angle bisector (to the left in S
116+
// direction) of the neighboring ReferenceLine segments.
117+
// - Small deviations from the angle bisector are allowed (e.g. to represent
118+
// the T axis of OpenDRIVE, which is perpendicular to the OpenDRIVE
119+
// reference line).
120+
// - The T axis must be located inside the sectors spanned by rotating the
121+
// normal of one neighboring ReferenceLine segment into the normal of the
122+
// other ReferenceLine segment on the shortest way.
123+
//
112124
// ## Defining angles
113125
//
114126
// Sometimes an angle to a reference line is needed. This shall be defined

0 commit comments

Comments
 (0)