Remove is_globally_unique rule from messages, where it does not make sense#812
Open
ClemensLinnhoff wants to merge 5 commits intomasterfrom
Open
Remove is_globally_unique rule from messages, where it does not make sense#812ClemensLinnhoff wants to merge 5 commits intomasterfrom
ClemensLinnhoff wants to merge 5 commits intomasterfrom
Conversation
…sense. Signed-off-by: ClemensLinnhoff <clemens.linnhoff@partner.bmw.de>
Signed-off-by: ClemensLinnhoff <clemens.linnhoff@partner.bmw.de>
pmai
requested changes
May 12, 2024
Contributor
pmai
left a comment
There was a problem hiding this comment.
See comments, these seem overbroad in some places.
In any case I think just removing the rules and statements, meaning that the uniqueness is now completely undefined seems like the wrong way to go about it. I'd rather refine the definition of globally unique to clarify that cross-type uniqueness is only meant for the groundtruth objects, leaving globally unique to still mean unique across simulation time.
How to handle this the best in terms of the rule names is another question.
Signed-off-by: Clemens Linnhoff <clemens.linnhoff@persival.de>
Signed-off-by: Clemens Linnhoff <clemens.linnhoff@persival.de>
ClemensLinnhoff
commented
May 13, 2024
Signed-off-by: ClemensLinnhoff <clemens.linnhoff@partner.bmw.de>
Member
|
@pmai Could you please discuss this with the OSI Checker bundle group? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reference to a related issue in the repository
#809
Add a description
Removed rule is_globally_unique from messages, where a globally unique ID does not make any sense.
Some IDs depend on the scenario, e.g. object IDs in Ground Truth. Some IDs depend on the map, e.g. lane IDs. And some IDs depend on the sensor setup, e.g. sensor IDs.
I can't think of a reason, why there shouldn't be a moving object with ID 0, a lane with ID 0 and a sensor with ID 0. Therefore, I removed the is_globally_unique rule from every message, that is not a ground truth object.
Take this checklist as orientation for yourself, if this PR is ready for the Change Control Board: