Dear community,
I’m currently working on generating opposite-direction lanes in a SUMO network using the following command:
netconvert --sumo-net-file network.net.xml --opposites.guess true --output-file opposite.net.xml
However, I’m encountering the following errors during the conversion process:
Error: Opposite lane '8_0' does not reverse-connect the same nodes as edge '11'!
Error: Opposite lane '24_0' does not reverse-connect the same nodes as edge '15'!
Error: Opposite lane '25_0' does not reverse-connect the same nodes as edge '152'!
Error: Opposite lane '41_0' does not reverse-connect the same nodes as edge '196'!
Error: Opposite lane '46_0' does not reverse-connect the same nodes as edge '216'!
From what I can tell, these lanes are not neighbors in the network, so I’m unsure why the tool identifies them as opposite lanes or why the reverse connections don’t align.
Could you please help me understand why this might be happening and how to resolve it?
I’ll attach a sample of the network file (network.net.xml) for your reference.
Thank you very much for your time and assistance.
Kind regards,
Rohan
_______________________________________________