-
Notifications
You must be signed in to change notification settings - Fork 129
Environmental Conditions #255
Copy link
Copy link
Closed
Labels
HarmonisationThe Group in the ASAM development project working on harmonisation with other standards.The Group in the ASAM development project working on harmonisation with other standards.QuestionGeneral questions about the standard, work-flow and code.General questions about the standard, work-flow and code.SensorModelingThe Group in the ASAM development project working on sensor modeling topics.The Group in the ASAM development project working on sensor modeling topics.SuggestionsI just want to drop by and leave this suggestion to think about.I just want to drop by and leave this suggestion to think about.
Metadata
Metadata
Assignees
Labels
HarmonisationThe Group in the ASAM development project working on harmonisation with other standards.The Group in the ASAM development project working on harmonisation with other standards.QuestionGeneral questions about the standard, work-flow and code.General questions about the standard, work-flow and code.SensorModelingThe Group in the ASAM development project working on sensor modeling topics.The Group in the ASAM development project working on sensor modeling topics.SuggestionsI just want to drop by and leave this suggestion to think about.I just want to drop by and leave this suggestion to think about.
Hi,
in the Current OSI implementation the Environmental Conditions like Rain, Fog, etc. are defined by
enumeration....
So for example the definition for precipation is like:
From my point of view this is not a good approach..
Lets say I want to build a Sensor Model reacting to different Precipitation levels in
this case it would be much easier to define a single continous variable i.e. in [ 0, 1].
As a result the model will have a continous shift in its detection state/range.
It would be nice to get your opinion on this,
BR Jonas Ruebsam