-
Notifications
You must be signed in to change notification settings - Fork 36
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
Import of OpenDRIVE files #5
Comments
@kargarisaac Thanks for the interest. In theory it is possible to write an importer. Currently this is on my agenda with a very low priority though because it will be a lot of work and there are so many other things I want to try frst. It will also require a lot of refactoring/rewriting work since I did not optimize the architecture for the import use-case so far. So maybe I will work on this in the future. |
Thanks for @johschmitz work! I want to know how to import opendrive map, Maybe I can do some work for it. I need this feature. |
@fangchaooo thanks for the interest. If you want we could have a video call to do some brainstorming on this. You should be able to find my email address in my profile. |
@fangchaooo I thought about this again and my idea would be that the first thing to be implemented would be an xodr_reader class/method for the scenariogeneration library. Currently I think there is only an xosc_reader implemented. I would then use this reader as the basis. I would not try to implement the low level reading in the add-on code but rather contribute to the library and then use it in here. |
Any progress on this issue? This would be a really great feature! |
@ClemensLinnhoff there's some news in #27 but I guess that is not really what you want. I assume you would like to import and then modify. This is a really much more difficult problem to solve since you have to support all kinds of OpenDRIVE files. However, my code assumes only one way and then the export becomes more or less straightforward but the import will then only work some special cases. You could compare this to the problem of importing and editing a PDF file which is notoriously difficult. |
Hi,
Thank you for the great software. I wonder if it is possible to import pre-existing opendrive maps and then edit them or define a scenario on that?
Thank you
The text was updated successfully, but these errors were encountered: