Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
7 changes: 0 additions & 7 deletions osi_lane.proto
Original file line number Diff line number Diff line change
Expand Up @@ -748,13 +748,6 @@ message LaneBoundary
// \attention For \c BoundaryPoint the same rule for the approximation
// error applies as for \c Lane::Classification::centerline.
//
// \rules
// first_element width is_equal_to 0.13
// first_element height is_equal_to 0.14
// last_element width is_equal_to 0.13
// last_element height is_equal_to 0.13
// \endrules
//
repeated BoundaryPoint boundary_line = 2;

// The classification of the lane boundary.
Expand Down
4 changes: 0 additions & 4 deletions osi_logicallane.proto
Original file line number Diff line number Diff line change
Expand Up @@ -407,10 +407,6 @@ message LogicalLane
// For LogicalLanes without a correspondence to a Lane.Classification.Subtype
// (i.e. TYPE_MEDIAN, TYPE_CURB, TYPE_TRAM, TYPE_RAIL) this field has no value.
//
// \rules
// refers_to: Lane
// \endrules
//
repeated PhysicalLaneReference physical_lane_reference = 4;

// The \link ReferenceLine reference line\endlink for this logical lane
Expand Down
2 changes: 1 addition & 1 deletion osi_sensorview.proto
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ message SensorView
// The ID of the host vehicle in the \c #global_ground_truth data.
//
// \rules
// refers_to: 'MovingObject'
// refers_to: MovingObject
// is_set
// \endrules
//
Expand Down