Skip to content

Clear Statement on Ground Clearance and Bounding Box needed? #467

@PhRosenberger

Description

@PhRosenberger

Describe the problem

I found no statement at the bounding box documentation or in the ground clearance's about their relation.
Therefore, I am not sure, if everybody get this right
So, I would suggest to add it.

Proposal

In file osi_detectedobject.proto change lines 158 - 163 to:

// The base parameters of the moving object.
//
// \note The bounding box does NOT includes mirrors for vehicles.
// \note The parent frame of \c base is the sensor's vehicle frame.
// \note The height includes the ground_clearance, so always goes from top to ground.
//
optional BaseMoving base = 2;

And in file osi_object.proto change lines 432 - 438 to:

// Static minimal distance in m of under-body plane to ground
// surface plane (i.e. disregarding driving dynamic effects or road
// surface effects) under neutral load conditions. Can be useful to
// approximate the clear area under a vehicle that a sensor can see
// through.
// The bounding box itself includes the ground clearance within the height.
//
optional double ground_clearance = 6;

Additional context

Relates to #444

Metadata

Metadata

Assignees

Labels

HarmonisationThe Group in the ASAM development project working on harmonisation with other standards.SensorModelingThe Group in the ASAM development project working on sensor modeling topics.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions