-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Description
I have two question about meso model in simulation
question 1、i found vehicle don't follow lane-used in traffic control junction with dedicated turning lanes, example is that vehicle will turn left in straight lane which is disallow turnleft in meso simulation, this is not realistic . Is this conflict about the description "Generally a queue represents all lanes of an edge but at intersections with dedicated turning lanes, multiple queues are used." ?(found in https://sumo.dlr.de/docs/Simulation/Meso.html)
question 2、how to output these attributes, including segment,queue,entryTime,eventTime,blockTime(found in https://sumo.dlr.de/docs/Simulation/Output/FCDOutput.html) in meso simulation. When i add "<fcd-output.attributes value="id,type,edge,segment,queue,entryTime,eventTime,blockTime"/>" in my sumocfg file of output node, i got a Error like "unknow attribute ‘segment’ in FCD output"