eclipse-sumo / sumo

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.
https://eclipse.dev/sumo
Eclipse Public License 2.0
2.58k stars 1.44k forks source link

invalid network when sidewalk is not the rightmost lane (trac #3503) #3503

Open behrisch opened 7 years ago

behrisch commented 7 years ago

Migrated from http://sumo.dlr.de/ticket/3503

{
    "status": "new", 
    "changetime": "2017-10-18T09:29:17Z", 
    "description": "", 
    "reporter": "namdre", 
    "cc": "", 
    "resolution": "", 
    "_ts": "1508318957792635", 
    "component": "net building (NETGEN, NETCONVERT)", 
    "summary": "invalid network when sidwalk is not the rightmost lane", 
    "priority": "minor", 
    "keywords": "", 
    "time": "2017-10-16T11:46:59Z", 
    "milestone": "1.0.0", 
    "owner": "", 
    "type": "defect"
}
behrisch commented 7 years ago

@namdre committed 39b2f84 (aka r26509): added tests refs #3503

behrisch commented 7 years ago

@namdre committed 6e875f4 (aka r26514): fixed sidewalk lane index in connections from and to walkingarea. refs #3503

behrisch commented 7 years ago

@namdre committed 4b9b3e9 (aka r26526): fix crashing refs #3503

behrisch commented 7 years ago
behrisch commented 7 years ago

unfinished fix to handle bike lanes to the right of pedestrian lanes. Would still require a new flag in lane struct to influence crossing shape generation

behrisch commented 7 years ago

@namdre changed priority from "major" to "minor"