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

ISO23150 compliance: Adding new states to [StationaryObject – Classification - Type]

Open FlorianMueller87 opened this issue 2 years ago • 2 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_objects – StationaryObject – Classification - Type to be compatible with AUTOSAR ADI GeneralLandmarkClassificationType.

Describe the solution you would like

Add in osi_objects – StationaryObject – Classification - Type the following entries:

// // TYPE_ BARREL = 17;

// // TYPE_ GUIDE_POST = 18;

// // TYPE_ TUNNEL = 19;

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.2.105 General landmark classification type

@ThomasNaderBMW @jdsika @schmidtlorenz

FlorianMueller87 avatar Jun 09 '22 13:06 FlorianMueller87

I'm a bit confused why TYPE_VERTICAL_STRUCTURE and TYPE_RECTANGULAR_STRUCTURE occur in this list, since they are verbatim already part of OSI's definition.

Similarly TYPE_LAMP_POST, TYPE_OVERHEAD_OBJECT, TYPE_REFLECTOR, and TYPE_BEACON are already present as TYPE_POLE, TYPE_OVERHEAD_STRUCTURE, TYPE_REFLECTIVE_STRUCTURE, and TYPE_CONSTRUCTION_SITE_ELEMENT.

TYPE_TUNNEL and TYPE_GUIDE_POST might be additions, though I seem to remember discussions to handle them differently...

TYPE_BARREL seems a fairly clear addition.

pmai avatar Jul 08 '22 00:07 pmai

Thats correct, I will change this.

FlorianMueller87 avatar Jul 08 '22 12:07 FlorianMueller87