pageldev / libOpenDRIVE

Small, lightweight C++ library for handling OpenDRIVE files
Apache License 2.0
368 stars 134 forks source link

road mesh created from arc and line geometry faulty #62

Closed chaomingd closed 1 year ago

chaomingd commented 1 year ago

image image

pageldev commented 1 year ago

please also provide the .xodr file for this

chaomingd commented 1 year ago

Thank you for your reply. Here is the file

demo.xml.zip

pageldev commented 1 year ago

Thanks for providing the file! https://github.com/grepthat/libOpenDRIVE/commit/430ecbcd82d45bd615742580be9702cd70691e88 should fix this. It should also be fixed for odrviewer.io. Please check.

It's a bug that has been there some time. This might have quite a big impact on the parsing.

chaomingd commented 1 year ago

that's great,thank you for resolved this bug,it's very useful。