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.55k stars 1.43k forks source link

Additionals must use relative positions (trac #3269) #3269

Closed behrisch closed 7 years ago

behrisch commented 7 years ago

Additionals as Stoppingplaces (Already implemented) Detectors, calibrators, etc. must use relative positions over lane, to avoid incorrect output values when lenght of shapes are different of "lenght" parameter.

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

{
    "status": "closed", 
    "changetime": "2017-08-02T10:31:43Z", 
    "description": "Additionals as Stoppingplaces (Already implemented) Detectors, calibrators, etc. must use relative positions over lane, to avoid incorrect output values when lenght of shapes are different of \"lenght\" parameter.", 
    "reporter": "pablo", 
    "cc": "", 
    "resolution": "fixed", 
    "_ts": "1501669903838937", 
    "component": "netedit", 
    "summary": "Additionals must use relative positions", 
    "priority": "major", 
    "keywords": "", 
    "time": "2017-07-04T11:10:01Z", 
    "milestone": "1.0.0", 
    "owner": "pablo", 
    "type": "defect"
}
behrisch commented 7 years ago

@palvarezlopez changed description from "Additionals as StoppingPlaces (Already implemented) Detectors, calibrators, etc. must use relative positions over lane, to avoid incorrect output values when lenght of shapes are different of "lenght" parameter." to "Additionals as Stoppingplaces (Already implemented) Detectors, calibrators, etc. must use relative positions over lane, to avoid incorrect output values when lenght of shapes are different of "lenght" parameter."

behrisch commented 7 years ago

@palvarezlopez committed d407bb6 (aka r25069): Removed functions getPositionRelativeToParametricLength and getPositionRelativeToShapeLength. Refs #3269

behrisch commented 7 years ago

@palvarezlopez committed 7c20370 (aka r25077): Now every additional has their own type of Position. Refs #3269

behrisch commented 7 years ago

@palvarezlopez committed 644101a (aka r25360): Now detector uses relative positions in lanes. Refs #3269

behrisch commented 7 years ago

@palvarezlopez committed a866d5a (aka r25361): Updated positions of Detectors over lanes. Refs #3269

behrisch commented 7 years ago