Most likely your road is shorter than 28m which means the first vehicle has
exited by the time the second vehicle can be safely inserted.
- Make your road longer
- add the flow attribute departPos="last" to get the minimum spacing
between the vehicles on insertion

Am Mo., 25. März 2019 um 11:10 Uhr schrieb <[email protected]>:

> 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
>
>
> _______________________________________________
> sumo-user mailing list
> [email protected]
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://www.eclipse.org/mailman/listinfo/sumo-user
>
_______________________________________________
sumo-user mailing list
[email protected]
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

Reply via email to