Skip to content

Commit 44aa42f

Browse files
committed
Clarify when objects should be assigned to lanes.
Signed-off-by: Thomas Bleher <thomas.tb.bleher@bmw.de>
1 parent d27a056 commit 44aa42f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

osi_common.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,8 @@ message Spherical3d
343343
//
344344
// An object is assigned to a logical lane if it overlaps the logical lane.
345345
// Assignment happens even if the reference point is outside the lane, and only
346-
// a part of the object overlaps.
346+
// a part of the object overlaps (any object overlapping the lane more than 5cm
347+
// has to be assigned to the lane).
347348
//
348349
// As an exception to this, \c TrafficSign and \c TrafficLight are assigned to
349350
// a logical lane if they control traffic on that lane. For \c TrafficSign and

0 commit comments

Comments
 (0)