open-simulation-interface icon indicating copy to clipboard operation
open-simulation-interface copied to clipboard

ISO23150 compliance: Adding new states to [DetectionClassification]

Open FlorianMueller87 opened this issue 2 years ago • 1 comments

Describe the feature

ASAM OSI and ISO 23150 or AUTOSAR ADI have a common history. Unfortunately, the inner structure, the naming and the definitions of the standards are differentiated from each other. This makes the work of developers unnecessary complicated for mostly no technical reasons. All sides should strive to reduce inequality.

ASAM OSI need the entries for osi_featuredata – DetectionClassification to be compatible with AUTOSAR ADI DetectionClassificationType.

Describe the solution you would like

Add in osi_featuredata – DetectionClassification the following entries:

// Detection entity is the nearest detection of a measurement. // DETECTION_CLASSIFICATION_NEAREST = 6;

// Detection entity is an obstacle for vehicle. // DETECTION_CLASSIFICATION_OBSTACLE = 7;

// Detection entity has the strongest signal of a measurement. // DETECTION_CLASSIFICATION_STRONGEST = 8;

Describe alternatives you have considered

No alternative was considered.

Describe the backwards compatibility

The adding of the elements will not lead to backward compatibility issues.

Additional context

ISO23150:2021 A.4.14 Detection classification type

@ThomasNaderBMW @jdsika @schmidtlorenz

FlorianMueller87 avatar Jun 10 '22 06:06 FlorianMueller87

This one seems easy and makes sense imo

jdsika avatar Aug 02 '22 13:08 jdsika