-
Notifications
You must be signed in to change notification settings - Fork 129
Move sensor specifics to DetectedItemHeader #708
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
base: master
Are you sure you want to change the base?
Move sensor specifics to DetectedItemHeader #708
Conversation
@thomassedlmayer could you please handle this as the part of 23150 project. |
As discussed in the last sensor modeling project meeting, we agreed that I will modify this PR to only deprecate certain fields instead of removing in order to be backwards compatible (minor release) but also already pave the way for a potential major release. Before merging anything though, we need to check how this is done in the new ISO23150 release as soon as we get access. |
Signed-off-by: Thomas Sedlmayer <tsedlmayer@pmsfit.de>
2ecae31
to
413a9d4
Compare
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.
No further comments from my side.
Signed-off-by: Thomas Sedlmayer tsedlmayer@pmsfit.de
This addresses #462. The PR introduces sensor-specifics in DetectedItemHeader and deprecates all sensor-specific fields that are located in DetectedMovingObject and DetectedStationaryObject directly.
This also should be discussed in terms of harmonization with ISO23150.
Resolves #462