Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISO23150 compliance: Adding new states to and Change naming [SensorData - DetectedEntityHeader - DataQualifier] #646

Open
FlorianMueller87 opened this issue Jul 4, 2022 · 0 comments · May be fixed by #659
Assignees
Labels
Harmonisation The Group in the ASAM development project working on harmonisation with other standards.

Comments

@FlorianMueller87
Copy link
Contributor

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_sensordata - DetectedEntityHeader – DataQualifier to be compatible with AUTOSAR ADI DataQualifier.

Describe the solution you would like

Add in osi_sensordata - DetectedEntityHeader – DataQualifier the following entries:
// Reported data are from the sensor in a restricted view and performance.
//
DATA_QUALIFIER_REDUCE_INVIEW_AND_PERFORMANCE = 7;

// Reported data are from the sensor in a test mode.
//
DATA_QUALIFIER_TEST_MODE= 8;

// Mesaurement cycle was invalid, and no valid objects will be reported.
//
DATA_QUALIFIER_INVALID = 9;

Is DATA_QUALIFIER_AVAILABLE_REDUCED equal to kReducedPerformance of the ISO DataQualifier? If not, we have to add:

// Reported data are from the sensor in a restricted performance.
//
DATA_QUALIFIER_REDUCED_PERFORMANCE = 10;

Describe alternatives you have considered

Change name of DATA_QUALIFIER_AVAILABLE_REDUCED to DATA_QUALIFIER_PERFORMANCE_REDUCED.

Describe the backwards compatibility

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

Additional context

ISO23150:2021 A.1.9 Data qualifier
@ThomasNaderBMW @jdsika @schmidtlorenz

@jdsika jdsika self-assigned this Aug 2, 2022
@jdsika jdsika added the Harmonisation The Group in the ASAM development project working on harmonisation with other standards. label Aug 2, 2022
FlorianMueller87 added a commit to FlorianMueller87/open-simulation-interface that referenced this issue Aug 9, 2022
FlorianMueller87 added a commit to FlorianMueller87/open-simulation-interface that referenced this issue Aug 9, 2022
@FlorianMueller87 FlorianMueller87 linked a pull request Aug 9, 2022 that will close this issue
6 tasks
FlorianMueller87 added a commit to FlorianMueller87/open-simulation-interface that referenced this issue Aug 9, 2022
elements: NEW, PARTIALLY_MEASURED, PREDICED_OCCLUDED

Issue: OpenSimulationInterface#646
FlorianMueller87 added a commit to FlorianMueller87/open-simulation-interface that referenced this issue Aug 12, 2022
elements: NEW, PARTIALLY_MEASURED, PREDICED_OCCLUDED

Issue: OpenSimulationInterface#646
Signed-off-by: FlorianMueller87 <[email protected]>
FlorianMueller87 added a commit to FlorianMueller87/open-simulation-interface that referenced this issue Aug 12, 2022
…EST_MODE, INVALID, REDUCED_PERFORMANCE)

Issue: OpenSimulationInterface#646
Signed-off-by: FlorianMueller87 <[email protected]>
@jdsika jdsika linked a pull request Oct 17, 2022 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Harmonisation The Group in the ASAM development project working on harmonisation with other standards.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants