Skip to content

Commit 66369fd

Browse files
PhRosenbergerpmai
authored andcommitted
Finetuning of ground clearance, resolves #467
Signed-off-by: Philipp Rosenberger <philipp.rosenberger@epro-systems.de>
1 parent 59ddd4d commit 66369fd

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

osi_object.proto

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ message MovingObject
292292
// The base parameters of the vehicle.
293293
//
294294
// \note The bounding box does NOT include side mirrors for vehicles.
295+
// \note The height includes the ground_clearance, so always goes from top to ground.
295296
//
296297
optional BaseMoving base = 2;
297298

@@ -442,11 +443,12 @@ message MovingObject
442443
//
443444
optional Vector3d bbcenter_to_front = 5;
444445

445-
// Static minimal distance in m of under-body plane to ground
446-
// surface plane (i.e. disregarding driving dynamic effects or road
447-
// surface effects) under neutral load conditions. Can be useful to
448-
// approximate the clear area under a vehicle that a sensor can see
449-
// through.
446+
// Static minimal distance or space from the lowest point of the vehicle,
447+
// under neutral load conditions (i.e. disregarding driving dynamic
448+
// effects or road surface effects), to the surface plane below it.
449+
// Can be useful to approximate the clearance area under a vehicle
450+
// that a sensor can see through.
451+
// \note \c ground_clearance is included in the bounding box height.
450452
//
451453
optional double ground_clearance = 6;
452454

0 commit comments

Comments
 (0)