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

gaps in generated xodr roads (trac #2682) #2682

Closed behrisch closed 7 years ago

behrisch commented 8 years ago

appears to be caused by broken node shape. See junction '1723083629' in the shanghaiInnerRing example

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

{
    "status": "closed", 
    "changetime": "2016-11-29T12:36:45Z", 
    "description": "appears to be caused by broken node shape.\nSee junction '1723083629' in the shanghaiInnerRing example", 
    "reporter": "namdre", 
    "cc": "", 
    "resolution": "fixed", 
    "_ts": "1480423005626711", 
    "component": "net building (NETGEN, NETCONVERT)", 
    "summary": "gaps in generated xodr roads", 
    "priority": "major", 
    "keywords": "", 
    "time": "2016-11-17T13:14:59Z", 
    "milestone": "0.29.0", 
    "owner": "namdre", 
    "type": "defect"
}
behrisch commented 8 years ago

@namdre committed 7e846b9 (aka r22130): now writing road length value that is consistent with planView segment lengths. refs #2682

behrisch commented 8 years ago