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

OpenDRIVE export: avoid connecting roads with 0-length geometry #12679

Open
namdre opened this issue Feb 23, 2023 · 0 comments
Open

OpenDRIVE export: avoid connecting roads with 0-length geometry #12679

namdre opened this issue Feb 23, 2023 · 0 comments
Assignees
Labels
a:netconvert bug OpenDRIVE Import & export of OpenDRIVE networks
Milestone

Comments

@namdre
Copy link
Contributor

namdre commented Feb 23, 2023

There is a mismatch between geometrical length 0 and assigned length of 0.1 for such connecting roads which arises from the sumo network model:

  • Whenever two normal edges are connected there is an internal edge to connect them
  • Whenever two edges are connected in a straight manner, the can often give "tight" fight with no junction space needed to connect them (giving rise to zero-length geomery)
  • Having edges of length 0 would lead to all kinds of anomalies so netconvert simply assigns 0.1

Instead of writing these internal edges as OpenDRIVE connecting road, the two edges should be connected directly.

@namdre namdre self-assigned this Feb 23, 2023
@namdre namdre added this to the 1.17.0 milestone Feb 28, 2023
@m-kro m-kro added the OpenDRIVE Import & export of OpenDRIVE networks label Mar 17, 2023
@namdre namdre modified the milestones: 1.17.0, 1.18.0 Apr 20, 2023
@namdre namdre modified the milestones: 1.18.0, 1.20.0 Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:netconvert bug OpenDRIVE Import & export of OpenDRIVE networks
Projects
None yet
Development

No branches or pull requests

2 participants