Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Rail vehicles turning around on a bi-directional edge

Thanks for the response and the super-fast turnaround Jakob! I'll try out your change and see how it goes.

In case you don't hear this enough, SUMO is great! It's an amazing product that I'm excited to work with. You should be proud of what you helped create. :)

Date: Fri, 14 Dec 2018 09:38:16 +0100
From: Jakob Erdmann <namdre.sumo@xxxxxxxxx>
To: Sumo project User discussions <sumo-user@xxxxxxxxxxx>
Subject: Re: [sumo-user] Rail vehicles turning around on a
        bi-directional  edge
Message-ID:
        <CAMbUcbzruoWjXmn70B0SnWTFOej_Ni5FHnrVisxWiAMuK5fv4Q@xxxxxxxxxxxxxx>
Content-Type: text/plain; charset="utf-8"

Thank you very much for the detailed analysis,
I think the proper fix is to rely less on geometry checks but rather on
explicity labeling: https://github.com/eclipse/sumo/issues/4921
Using edge IDs is tricky because the users can assign IDs as they please.
Changing this (for reasons of efficiency and clarity) was on my todo-list
anyway.

Please test the latest development version
(reprocess your network using 'neconvert -s old.net.xml -o new.net.xml')
Either build revision 8d9e6d62f847b635904912cba36fb6ba425d2548 from source
or download the nightly windows build tomorrow.

regards,
Jakob  

Back to the top