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.5k stars 1.41k forks source link

vehicles that are forced onto the road with moveTo do not activate reminders (trac #2550) #2550

Closed behrisch closed 6 years ago

behrisch commented 8 years ago

moveTo can be useful for instant insertion. However, these vehicles do not trigger detectors on the target lane. (due to being inserted with NOTIFICATION_TELEPORT which is a special case in MSVehicle::enterLaneAtInsertion)

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

{
    "status": "closed", 
    "changetime": "2017-08-21T21:58:03Z", 
    "description": "moveTo can be useful for instant insertion. However, these vehicles do not trigger detectors on the target lane. (due to being inserted with NOTIFICATION_TELEPORT which is a special case in MSVehicle::enterLaneAtInsertion)", 
    "reporter": "namdre", 
    "cc": "", 
    "resolution": "fixed", 
    "_ts": "1503352683036058", 
    "component": "TraCI", 
    "summary": "vehicles that are forced onto the road with moveTo do not activate reminders", 
    "priority": "major", 
    "keywords": "", 
    "time": "2016-09-13T10:31:36Z", 
    "milestone": "1.0.0", 
    "owner": "", 
    "type": "defect"
}
behrisch commented 8 years ago

@behrisch changed milestone from "0.28.0" to "0.29.0"

behrisch commented 8 years ago