@@ -427,15 +427,14 @@ message LogicalLane
427
427
// All LogicalLaneBoundary elements referenced here must refer to the same
428
428
// ReferenceLine as this lane.
429
429
// The boundaries together must cover the whole length of the lane (the
430
- // range [ start_s,end_s]) without gap or overlap. The boundaries must be
430
+ // range \[# start_s,# end_s\ ]) without gap or overlap. The boundaries must be
431
431
// stored in ascending order, starting with the smallest S position.
432
432
// Consecutive boundaries must share a point: the last point of the
433
433
// previous boundary must be identical to the first point of the next
434
434
// boundary.
435
435
//
436
- // TODO Is it allowed for the boundaries to be longer than the lane?
437
- // Theoretically, this could be done. Then the user would have to limit the
438
- // boundary itself to [start_s,end_s].
436
+ // Note: the referenced boundaries may have points outside of
437
+ // \[#start_s,#end_s\] (e.g. a boundary may extend beyond the end of a lane).
439
438
//
440
439
// \rules
441
440
// refers_to: LogicalLaneBoundary
@@ -448,15 +447,14 @@ message LogicalLane
448
447
// All LogicalLaneBoundary elements referenced here must refer to the same
449
448
// ReferenceLine as this lane.
450
449
// The boundaries together must cover the whole length of the lane (the
451
- // range [ start_s,end_s]) without gap or overlap. The boundaries must be
450
+ // range \[# start_s,# end_s\ ]) without gap or overlap. The boundaries must be
452
451
// stored in ascending order, starting with the smallest S position.
453
452
// Consecutive boundaries must share a point: the last point of the
454
453
// previous boundary must be identical to the first point of the next
455
454
// boundary.
456
455
//
457
- // TODO Is it allowed for the boundaries to be longer than the lane?
458
- // Theoretically, this could be done. Then the user would have to limit the
459
- // boundary itself to [start_s,end_s].
456
+ // Note: the referenced boundaries may have points outside of
457
+ // \[#start_s,#end_s\] (e.g. a boundary may extend beyond the end of a lane).
460
458
//
461
459
// \rules
462
460
// refers_to: LogicalLaneBoundary
0 commit comments