1- syntax = "proto3 " ;
1+ syntax = "proto2 " ;
22
33option optimize_for = SPEED ;
44
@@ -33,7 +33,6 @@ package osi3;
3333//
3434message Route
3535{
36-
3736 // The unique id of the route.
3837 //
3938 // \note This field is mandatory.
@@ -54,11 +53,11 @@ message Route
5453 // \brief A segment of a logical lane.
5554 //
5655 // \note The #LogicalLaneSegment allows that #start_s > #end_s.
57- // If #start_s < #end_s, then the traffic agent should traverse the
58- // segment in the logical lane's reference line definition direction.
59- // If #end_s > #start_s, then the traffic agent should traverse the
60- // segment in the opposite of the logical lane's reference line
61- // definition direction.
56+ // If #start_s < #end_s, then the traffic agent should traverse the
57+ // segment in the logical lane's reference line definition direction.
58+ // If #end_s > #start_s, then the traffic agent should traverse the
59+ // segment in the opposite of the logical lane's reference line
60+ // definition direction.
6261 //
6362 message LogicalLaneSegment
6463 {
@@ -127,12 +126,9 @@ message Route
127126 // Logical lane segments that form a route segment.
128127 //
129128 // The logical lane segments of a route segment should be connected without
130- // gaps, meaning that, together, the lane segments should form a
131- // continuous area.
129+ // gaps, meaning that, together, the lane segments should form a continuous
130+ // area.
132131 //
133132 repeated LogicalLaneSegment lane_segment = 1 ;
134-
135133 }
136-
137-
138134}
0 commit comments