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

False Positive check_asam_xodr_performance_avoid_redundant_info #123

Open
MHoehndorf opened this issue Dec 2, 2024 · 0 comments
Open

False Positive check_asam_xodr_performance_avoid_redundant_info #123

MHoehndorf opened this issue Dec 2, 2024 · 0 comments
Labels
isType:Bug An issue that contains contradictions or errors in the standard.

Comments

@MHoehndorf
Copy link

Describe the bug
When checking polynoms for redundant elements we think that it would be better to always set soffset1 to 0.0 and set soffset2 to the length of the first polynom. Otherwise the same two polynoms might be recognized as redundant as well as not redundant, depending on where along the roads these polynoms are located.

To Reproduce

  1. Validate the two files in OpenDrive.zip
  2. BayArea_wrong_redundant.xodr leads to a redundant elevation element (polynom [6] and [7]). The same two polynoms are also present in the other file (BayArea_no_redundant.xodr), but right at the front of the road. There no error is found in the xodr file.

Expected behavior
No warning should occur for both files

@MHoehndorf MHoehndorf added the isType:Bug An issue that contains contradictions or errors in the standard. label Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
isType:Bug An issue that contains contradictions or errors in the standard.
Projects
None yet
Development

No branches or pull requests

1 participant