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

Handling of additional files besides the main input file #117

Open
andreaskern74 opened this issue Aug 1, 2024 · 1 comment
Open

Handling of additional files besides the main input file #117

andreaskern74 opened this issue Aug 1, 2024 · 1 comment
Labels
effort:Unclear isState:Accepted An issue that has been accepted by the group, which needs to be assigned to a responsible isType:Feature An issue that adds new features to the project.
Milestone

Comments

@andreaskern74
Copy link
Collaborator

Is your feature request related to a problem? Please describe.

Currently the framework architecture assumes that there is exactly one input file which will be checked. The checker bundles may look into referenced files, but the is no guarantee that these files are accessible in all stages of the process.

Example: When checking an OpenSCENARIO XML file, then it might be useful to also process the referenced OpenDRIVE file.

Describe the solution you'd like

Not clear at the moment. Topics to consider:

  • Do the user need to add the information to the configuration or is there an automatic step done by the implementation of the checker bundles?
  • Possibility to report issue locations in the referenced file?

Additional context

See #113

@andreaskern74 andreaskern74 added isType:Feature An issue that adds new features to the project. isState:New A new issue that needs to be classified to a type. labels Aug 1, 2024
@andreaskern74 andreaskern74 added this to the Wish List milestone Aug 1, 2024
@andreaskern74 andreaskern74 changed the title Handling of additional files Handling of additional files besides the main input file Aug 1, 2024
@hoangtungdinh
Copy link
Collaborator

hoangtungdinh commented Aug 1, 2024

Here is the status of the current implementation.

  • The qc-openscenarioxml checker bundle handles the referenced OpenDRIVE file in the OpenScenario XML file, using this function. We can do that as each OpenScenario XML file contains the path to the referenced OpenDrive file.
  • The result file format currently does not support reporting locations in the reference files.

@andreaskern74 andreaskern74 added isState:Accepted An issue that has been accepted by the group, which needs to be assigned to a responsible and removed isState:New A new issue that needs to be classified to a type. labels Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort:Unclear isState:Accepted An issue that has been accepted by the group, which needs to be assigned to a responsible isType:Feature An issue that adds new features to the project.
Projects
None yet
Development

No branches or pull requests

2 participants