Skip to content
Open
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
8 changes: 8 additions & 0 deletions osi_lane.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1068,6 +1068,14 @@ message LaneBoundary
// A sound barrier.
//
TYPE_SOUND_BARRIER = 15;

// The lane boundary is a fence.
//
TYPE_FENCE = 16;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A FENCE could be described with STRUCTURE?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At the moment we have mapped STRUCTUR to WALL.


// The lane boundary is a tension cable system.
//
TYPE_TENSION_CABLE_SYSTEM = 17;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This would be the same as a GUARD_RAIL but constructed differently?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks something like this: https://gibraltarglobal.com/

}

// The semantic color of the lane boundary in case of a lane markings.
Expand Down