BoyInDaBox89
BoyInDaBox89

Reputation: 417

SUMO Traffic modeling: How to create network with lefthand drive rule?

I am a new user of SUMO traffic simulator. I know how to create road-network, but I have no idea how to shift the network from right-hand drive to left-hand drive.

Can anyone help me with this?

Thanks in advance.

Upvotes: 1

Views: 1628

Answers (2)

abrac
abrac

Reputation: 601

If you create/edit your road networks in NETEDIT it is also quite simple. In the NETEDIT GUI, navigate to Processing>Options>Processing, scroll down and tick the lefthand checkbox.

Upvotes: 0

Michael
Michael

Reputation: 3680

There is an option to SUMO's netconvert, so you can for instance simply call

netconvert --lefthand --osm-files city.osm

for getting a left hand network.

Upvotes: 1

Related Questions