Eclipse SUMO is an open source, highly portable, microscopic and continuous traffic simulation package designed to handle large networks. It allows for intermodal simulation including pedestrians and comes with a large set of tools for scenario creation.
I converted OSM to OpenDrive, and i want diy some lane change
netconvert --osm-files map.osm --opendrive-output map.xodr --geometry.remove true --offset.x 0 --offset.y 0 --roundabouts.guess true --tls.discard-simple true --tls.join true --tls.guess-signals true --tls.default-type actuated --keep-edges.by-vclass passenger --junctions.join true --junctions.corner-detail 5 --junctions.scurve-stretch 0.75 --osm.turn-lanes true
it seems that only the rightmost lane will change lanes, but i want diy it
i try to add connectivity, like '1:1|2:1,2', but netconvert dosen't work
so what shall I do? thanks
SUMO-version: 1.12.0
operating system: win7 64