Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Flows causes only one vehicle to be running in the simulation

Hello All,

I am trying to generate random departure times using flows. However I would like the vehicles to depart with a certain departSpeed.

Hence I have added flow statement as shown below:

<flow id="car" departSpeed="13.89"  color="255,0,0"  begin="0" end= "10000" probability="0.5" type="Car">

    <route edges="Road"/>

</flow>

 

However, I get only one vehicle to be running In the simulation. The next vehicle starts only after the first vehicle exits the simulation.

The simulation however works fine if I do not use the departSpeed, but I would like the vehicles to start at 13.89m/s. Hence could any of you advice me on a way to do that?

 

Thanks for your help

Best Regards

Aashik Chandramohan

 


Back to the top