Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] SUMO traffic model generation

Hello,
this is somewhat difficult because the vehicle models are tailored to keeping a minimum distance rather than maximum distance.
For a single road, there is the trivial solution of inserting vehicles with a fixed spacing and keeping their speed constant.
For complex urban networks where vehicles interact at intersections and thus vary their speed all the time,
you could enforce the maximum distance limit by dynamically adding new vehicles wherever large gaps appear.
This can be done using TraCI (the 'context subscription' functionality makes it easy to find vehicles that have no other vehicles within a given radius).

regards,
Jakob

Am Sa., 1. Dez. 2018 um 02:27 Uhr schrieb Rishu Chhabra <rishuchh@xxxxxxxxx>:
Hi

I am trying to generate a traffic model in which I can specify the maximum distance between vehicles. How can I do that in SUMO?

--
Thanks and Regards
Rishu Chhabra
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top