Skip to content

Commit 526a7a0

Browse files
author
Habedank Clemens
committed
make exclusion of side mirrors for vehicle bounding boxes clearer
1 parent ac8a61b commit 526a7a0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

osi_common.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,8 @@ message BaseMoving
358358
{
359359
// The 3D dimension of the moving object (its bounding box).
360360
//
361+
// \note The bounding box does NOT include side mirrors for vehicles.
362+
//
361363
optional Dimension3d dimension = 1;
362364

363365
// The reference point for position and orientation: the center (x,y,z) of

osi_object.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ message MovingObject
291291

292292
// The base parameters of the vehicle.
293293
//
294-
// \note The bounding box does NOT includes mirrors for vehicles.
294+
// \note The bounding box does NOT include side mirrors for vehicles.
295295
//
296296
optional BaseMoving base = 2;
297297

0 commit comments

Comments
 (0)