pageldev / libOpenDRIVE

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

add interface for road editing? #94

Open yipiaojun opened 6 months ago

yipiaojun commented 6 months ago

it's really good job for opendrive parsing and mesh generation, while it seems that the interfaces were not designed for editing, because there's no interfaces such as "add_xxx", "remove_xxx", and some "get_xxx" interface just return an object copy (e.g. get_lanesection()), not the reference or pointer.

will/can this library add interfaces for editing in the future?