Skip to content

ISO23150 compliance: Adding new states to [RoadMarking – Classification - Type] #640

Open
@FlorianMueller87

Description

@FlorianMueller87

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_roadmarking – RoadMarking – Classification - Type to be compatible with AUTOSAR ADI RoadMarkingType.

Describe the solution you would like

Add in osi_roadmarking – RoadMarking – Classification - Type the following entries:
// The road marking is an attention marker e.g. US, China and Japan.
//
TYPE_ ATTENTION_MARKER = 8;

// The road marking of a junction
//
TYPE_ BOX = 9;

// The road marking is a coloured area.
//
TYPE_ COLOURED_AREA = 10;

// The road marking is an arrow.
//
TYPE_ ARROW = 11;

// The road marking is a zebra crossing / continental / ladder.
//
TYPE_ ZEBRA_CROSSING = 12;

// The edge line road marking is dashed.
//
TYPE_ PARKING_AREA = 13;

// The road marking is a parking T-shape beginning parking line.
//
TYPE_ T_SHAPE_MARKING_BEGIN = 14;

// road marking is a parking T-shape ending parking line.
//
TYPE_ T_SHAPE_MARKING_END = 15;

// The road marking is a parking I-shape beginning parking line.
//
TYPE_ I_SHAPE_MARKING_ BEGIN = 16;

// The road marking is a parking I-shape ending parking line.
//
TYPE_ I_SHAPE_MARKING_END = 17;

// The road marking is a parking L-shape beginning parking line.
//
TYPE_ L_SHAPE_MARKING_ BEGIN = 18;

// The road marking is a parking L-shape ending parking line.
//
TYPE_ L_SHAPE_MARKING_END = 19;

// The road marking is a net, i.e. a non-stopping area.
//
TYPE_ NETS = 20;

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.57 Road marking type

@ThomasNaderBMW @jdsika @schmidtlorenz

Metadata

Metadata

Assignees

Labels

HarmonisationThe Group in the ASAM development project working on harmonisation with other standards.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions