@@ -47,15 +47,15 @@ package osi3;
47
47
//
48
48
message LogicalLaneBoundary
49
49
{
50
- // \brief The ID of the lane boundary.
50
+ // The ID of the lane boundary.
51
51
//
52
52
// \rules
53
53
// is_globally_unique
54
54
// \endrules
55
55
//
56
56
optional Identifier id = 1 ;
57
57
58
- // \brief Points making up the lane boundary.
58
+ // Points making up the lane boundary.
59
59
//
60
60
// The boundary must be defined in the same direction as the reference
61
61
// line. So S positions should increase along the line. Note that S
@@ -90,7 +90,7 @@ message LogicalLaneBoundary
90
90
//
91
91
repeated LogicalBoundaryPoint boundary_line = 2 ;
92
92
93
- // \brief The reference line for this boundary.
93
+ // The reference line for this boundary.
94
94
//
95
95
// The reference line is used as a coordinate system for this boundary.
96
96
// All points of this LogicalLaneBoundary must have S coordinates in the
@@ -106,8 +106,8 @@ message LogicalLaneBoundary
106
106
//
107
107
optional Identifier reference_line_id = 3 ;
108
108
109
- // \brief Reference to the physical lane boundary or boundaries that make
110
- // up this logical boundary.
109
+ // Reference to the physical lane boundary or boundaries that make up this
110
+ // logical boundary.
111
111
//
112
112
// Rules and notes:
113
113
// - This list is empty if there are no physical lane boundaries to delimit
@@ -147,12 +147,12 @@ message LogicalLaneBoundary
147
147
//
148
148
repeated Identifier physical_boundary_id = 4 ;
149
149
150
- // \brief The passing rules, insomuch as they can be determined just from
151
- // road markings.
150
+ // The passing rules, insomuch as they can be determined just from road
151
+ // markings.
152
152
//
153
153
optional PassingRule passing_rule = 5 ;
154
154
155
- // \brief Optional external reference to the lane boundary source.
155
+ // Optional external reference to the lane boundary source.
156
156
//
157
157
// \note For OpenDRIVE, there is no direct possibility to reference the
158
158
// RoadMark, as there is no unique identifier in this sub-object.
@@ -188,7 +188,7 @@ message LogicalLaneBoundary
188
188
}
189
189
190
190
//
191
- // \brief Passing rule of the LogicalLaneBoundary.
191
+ // Passing rule of the LogicalLaneBoundary.
192
192
//
193
193
// This describes how vehicles may move across the LogicalLaneBoundary. The
194
194
// PassingRule is determined solely based on the road, not on any signs
@@ -317,7 +317,7 @@ message LogicalLaneBoundary
317
317
//
318
318
message LogicalLane
319
319
{
320
- // \brief The ID of the logical lane.
320
+ // The ID of the logical lane.
321
321
//
322
322
// \note Note ID is global unique.
323
323
//
@@ -327,11 +327,11 @@ message LogicalLane
327
327
//
328
328
optional Identifier id = 1 ;
329
329
330
- // \brief The type of the logical lane.
330
+ // The type of the logical lane.
331
331
//
332
332
optional Type type = 2 ;
333
333
334
- // \brief Optional external reference to the lane source.
334
+ // Optional external reference to the lane source.
335
335
//
336
336
// The external reference points to the source of the lane, if it is derived
337
337
// from one or more objects or external references.
@@ -355,7 +355,7 @@ message LogicalLane
355
355
//
356
356
repeated ExternalReference source_reference = 3 ;
357
357
358
- // \brief Reference to the physical lanes this logical lane belongs to.
358
+ // Reference to the physical lanes this logical lane belongs to.
359
359
//
360
360
// This makes it possible to get detailed information on the physical lane
361
361
// properties, e.g. the visual colors of the boundaries, the road
@@ -399,7 +399,7 @@ message LogicalLane
399
399
//
400
400
repeated PhysicalLaneReference physical_lane_reference = 4 ;
401
401
402
- // \brief The \link ReferenceLine reference line\endlink for this logical lane
402
+ // The \link ReferenceLine reference line\endlink for this logical lane
403
403
//
404
404
// The reference line is used as a coordinate system on this lane.
405
405
//
@@ -426,25 +426,25 @@ message LogicalLane
426
426
//
427
427
optional Identifier reference_line_id = 5 ;
428
428
429
- // \brief Start S position of the lane.
429
+ // Start S position of the lane.
430
430
//
431
431
// Must be in range [\c sStart,\c sEnd] of the reference line.
432
432
//
433
433
optional double start_s = 6 ;
434
434
435
- // \brief End S position of the lane.
435
+ // End S position of the lane.
436
436
//
437
437
// Must be in range [\c sStart,\c sEnd] of the reference line.
438
438
//
439
439
// Requirement: #end_s > #start_s
440
440
//
441
441
optional double end_s = 7 ;
442
442
443
- // \brief Definition of the intended driving direction.
443
+ // Definition of the intended driving direction.
444
444
//
445
445
optional MoveDirection move_direction = 8 ;
446
446
447
- // \brief Lanes that are directly right of this lane, without gap or overlap.
447
+ // Lanes that are directly right of this lane, without gap or overlap.
448
448
//
449
449
// "Right" is in definition direction (not driving direction), so right lanes
450
450
// have smaller T coordinates.
@@ -461,7 +461,7 @@ message LogicalLane
461
461
//
462
462
repeated LaneRelation right_adjacent_lane = 9 ;
463
463
464
- // \brief Lanes that are directly left of this lane, without gap or overlap.
464
+ // Lanes that are directly left of this lane, without gap or overlap.
465
465
//
466
466
// "Left" is in definition direction (not driving direction), so left lanes
467
467
// have larger T coordinates.
@@ -478,7 +478,7 @@ message LogicalLane
478
478
//
479
479
repeated LaneRelation left_adjacent_lane = 10 ;
480
480
481
- // \brief Lanes that partially or completely overlap this lane.
481
+ // Lanes that partially or completely overlap this lane.
482
482
//
483
483
// Only overlaps laterally larger than 5cm are considered overlaps for the
484
484
// purpose of this relation.
@@ -491,7 +491,7 @@ message LogicalLane
491
491
//
492
492
repeated LaneRelation overlapping_lane = 11 ;
493
493
494
- // \brief Right boundary of this lane.
494
+ // Right boundary of this lane.
495
495
//
496
496
// References to LogicalLaneBoundary elements.
497
497
// All LogicalLaneBoundary elements referenced here must refer to the same
@@ -512,7 +512,7 @@ message LogicalLane
512
512
//
513
513
repeated Identifier right_boundary_id = 12 ;
514
514
515
- // \brief Left boundary of this lane.
515
+ // Left boundary of this lane.
516
516
//
517
517
// References to LogicalLaneBoundary elements.
518
518
// All LogicalLaneBoundary elements referenced here must refer to the same
@@ -533,7 +533,7 @@ message LogicalLane
533
533
//
534
534
repeated Identifier left_boundary_id = 13 ;
535
535
536
- // \brief Lanes that directly are connected to this lane at the beginning.
536
+ // Lanes that directly are connected to this lane at the beginning.
537
537
//
538
538
// "Beginning" is relative to the reference line, so connections at #start_s.
539
539
//
@@ -547,7 +547,7 @@ message LogicalLane
547
547
//
548
548
repeated LaneConnection predecessor_lane = 14 ;
549
549
550
- // \brief Lanes that directly are connected to this lane at the end.
550
+ // Lanes that directly are connected to this lane at the end.
551
551
//
552
552
// "End" is relative to the reference line, so connections at #end_s.
553
553
//
@@ -562,7 +562,7 @@ message LogicalLane
562
562
repeated LaneConnection successor_lane = 15 ;
563
563
564
564
//
565
- // \brief Definition of available lane types.
565
+ // Definition of available lane types.
566
566
//
567
567
// This is mostly aligned with OpenDRIVE, except that lane types modelling
568
568
// access restrictions (e.g. "taxi") are not made available here. These are
@@ -676,28 +676,28 @@ message LogicalLane
676
676
//
677
677
message PhysicalLaneReference
678
678
{
679
- // \brief Id of the physical lane referenced.
679
+ // Id of the physical lane referenced.
680
680
//
681
681
// \rules
682
682
// refers_to: Lane
683
683
// \endrules
684
684
//
685
685
optional Identifier physical_lane_id = 1 ;
686
686
687
- // \brief S position on the logical lane where the physical lane starts.
687
+ // S position on the logical lane where the physical lane starts.
688
688
//
689
689
optional double start_s = 2 ;
690
690
691
- // \brief S position on the logical lane where the physical lane ends.
691
+ // S position on the logical lane where the physical lane ends.
692
692
//
693
693
// Requirement: #end_s > #start_s
694
694
//
695
695
optional double end_s = 3 ;
696
696
}
697
697
698
698
//
699
- // \brief Describes in which direction moving objects may typically move
700
- // along a lane.
699
+ // Describes in which direction moving objects may typically move along a
700
+ // lane.
701
701
//
702
702
// This describes the allowed typical driving direction on a lane, or (in
703
703
// the case of pedestrian) the allowed walking direction.
@@ -742,7 +742,7 @@ message LogicalLane
742
742
//
743
743
message LaneConnection
744
744
{
745
- // \brief Id of the other logical lane that is connected.
745
+ // Id of the other logical lane that is connected.
746
746
//
747
747
// \rules
748
748
// refers_to: LogicalLane
@@ -762,32 +762,32 @@ message LogicalLane
762
762
//
763
763
message LaneRelation
764
764
{
765
- // \brief Id of the other logical lane.
765
+ // Id of the other logical lane.
766
766
//
767
767
// \rules
768
768
// refers_to: LogicalLane
769
769
// \endrules
770
770
//
771
771
optional Identifier other_lane_id = 1 ;
772
772
773
- // \brief Start s position of the relation.
773
+ // Start s position of the relation.
774
774
//
775
775
optional double start_s = 2 ;
776
776
777
- // \brief End s position of the relation.
777
+ // End s position of the relation.
778
778
//
779
779
// Requirement: #end_s > #start_s
780
780
//
781
781
optional double end_s = 3 ;
782
782
783
- // \brief Start s position of the relation on the other lane.
783
+ // Start s position of the relation on the other lane.
784
784
//
785
785
// This is the same place as #start_s, but measured along the reference
786
786
// line of the other lane.
787
787
//
788
788
optional double start_s_other = 4 ;
789
789
790
- // \brief End s position of the relation on the other lane.
790
+ // End s position of the relation on the other lane.
791
791
//
792
792
// This is the same place as #end_s, but measured along the reference
793
793
// line of the other lane.
0 commit comments