Open Mast3rChief opened 3 years ago
@Mast3rChief sorry for late reply.
I had two simple version version for visualization xodr file (just using python) First one is 2d top view, quick preview like below figure: But the problem I still not solve is that when processing large xodr file will load slow In this case is about 30 sec for 70 mb file. If I finish this one for some prototype I maybe not integrate in this repo.
Another version is 3D version (which based on c++) But this one I still need to check some license problem for dependency.
Hey, it took me a while too to get back to this topic. Do you have an example script for your first 2D Top down visualization?
looks nice.
Hi,it make me happy to meet this discuss. The first example script is very good.
@Mast3rChief sorry for late reply. 1. I had two simple version version for visualization xodr file (just using python) First one is 2d top view, quick preview like below figure: But the problem I still not solve is that when processing large xodr file will load slow In this case is about 30 sec for 70 mb file. If I finish this one for some prototype I maybe not integrate in this repo.
Another version is 3D version (which based on c++) But this one I still need to check some license problem for dependency. 2. Release your python library on PyPI. Well I think maybe yes but not very quickly. I am glad for someone process this for another platform lol
Awesome! could you provide the code of xodr_view.py?
@moonstarsky37 I'm working on a similar tool for 2D visualization, using C++ instead. Would you mind sharing your xodr_view.py?
Apologies for missing the notification earlier. To summarize, the content I wrote at the time overlapped with some aspects of my work. Due to certain considerations, I’m afraid the GUI-related portions may not be suitable for public release.
Hi,
very nice project that you have developed here. Do you also plan to integrate a simple plotting/visualisation function?
In addition, do you plan to release your python library on PyPI?
Thanks for your feedback.