Skip to content
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions osi_lane.proto
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,7 @@ message Lane
// The ID of the lane.
// Example: l4 (see reference picture HighwayExit).
//
// \note Note ID is global unique.
//
// \rules
// is_globally_unique
// is_set
// \endrules
//
Expand Down Expand Up @@ -713,7 +710,6 @@ message LaneBoundary
// The ID of the lane boundary.
//
// \rules
// is_globally_unique
// \endrules
//
optional Identifier id = 1;
Expand Down
7 changes: 0 additions & 7 deletions osi_logicallane.proto
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ message LogicalLaneBoundary
// The ID of the lane boundary.
//
// \rules
// is_globally_unique
// is_set
// \endrules
//
Expand Down Expand Up @@ -330,12 +329,6 @@ message LogicalLane
{
// The ID of the logical lane.
//
// \note Note ID is global unique.
//
// \rules
// is_globally_unique
// \endrules
//
optional Identifier id = 1;

// The type of the logical lane.
Expand Down
3 changes: 0 additions & 3 deletions osi_referenceline.proto
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ message ReferenceLine
{
// The ID of the reference line.
//
// \note Note ID is global unique.
//
// \rules
// is_globally_unique
// is_set
// \endrules
//
Expand Down
1 change: 0 additions & 1 deletion osi_sensorview.proto
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ message SensorView
// which are used in the detected features.
//
// \rules
// is_globally_unique
// is_set
// \endrules
//
Expand Down
2 changes: 0 additions & 2 deletions osi_streamingupdate.proto
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,5 @@ message StreamingUpdate
// Entities that will no longer be updated, because they are considered
// obsolete by the sender.
//
// \note IDs are globally unique.
//
repeated Identifier obsolete_id = 9;
}