-
Notifications
You must be signed in to change notification settings - Fork 129
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
Draft for discussion: Added new elements to DataQualifier #659
base: master
Are you sure you want to change the base?
Draft for discussion: Added new elements to DataQualifier #659
Conversation
…EST_MODE, INVALID, REDUCED_PERFORMANCE) Issue: OpenSimulationInterface#646 Signed-off-by: FlorianMueller87 <florian.b.mueller@gmx.de>
c7351c8
to
c76a2c9
Compare
osi_sensordata.proto
Outdated
|
||
// Reported data are from the sensor in a restricted view and performance. | ||
// | ||
DATA_QUALIFIER_REDUCE_INVIEW_AND_PERFORMANCE = 7; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
REDUCED_VIEW???
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
has COVERAGE from ISO been renamed to VIEW?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ISO and ADI both uses REDUCE
Yes, the name has changed, I will ask why.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ViEW is also a mistake. I will change it to COVERAGE.
@FlorianMueller87 please add the ADI table here to discuss the needed changes as the proposed changes here are not the ones from the released ISO |
kNormal 0x00 Information can be used without restriction. |
Comment from WG Harmonization: |
Added new elements to DataQualifier (REDUCE_INVIEW_AND_PERFORMANCE, TEST_MODE, INVALID, REDUCED_PERFORMANCE)
#### Reference to a related issue in the repository
Issue: #646
Add a description
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.
Take this checklist as orientation for yourself, if this PR is ready for the Change Control Board:
Additional context
ISO23150:2021 A.1.9 Data qualifier
@ThomasNaderBMW @jdsika @schmidtlorenz