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

add interface for road editing? #94

Open
yipiaojun opened this issue Jan 12, 2024 · 1 comment
Open

add interface for road editing? #94

yipiaojun opened this issue Jan 12, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@yipiaojun
Copy link

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?

@pageldev pageldev added the enhancement New feature or request label Jul 23, 2024
@pageldev
Copy link
Owner

Editing is much harder than just parsing, especially with OpenDrive. I don't have any immediate plans on adding this due to the complexity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants