There is no tool in SUMO that would systematically generate all possible paths. You will have to program something yourself. You can let a vehicle practically ignore speed limits by setting speedFactor="1000" in it's vType definition. You can limit a vehicles maximum speed by setting maxSpeed="X" in it's vType definition. Together this might solve your speed requirement.
Am Mo., 30. Sept. 2019 um 13:05 Uhr schrieb ben abbes sirine < [email protected]>: > Thank you very much Jakob but It didn't work for me :( > Also setting an edge limit speed is not my goal I need to affect to a > vehicle a speed of 50m/s for all the path that it tarverses from one source > to one destination and I need also to generate all possible paths from this > source to the destination in order to validate the java program that I > created > for my master thesis. Itried to generate the routs but always I get stuck > :( This is very important to me please could any one help me nothing works > the way I want and I don't know if you could understand me :'( > > Le lun. 30 sept. 2019 à 09:49, Jakob Erdmann <[email protected]> a > écrit : > >> - to set the speed limit for an edge, see >> https://sumo.dlr.de/docs/NETEDIT.html#inspect >> - to disable random speed fluctuations, see >> https://sumo.dlr.de/docs/Simulation/Randomness.html >> >> Am Sa., 28. Sept. 2019 um 01:06 Uhr schrieb ben abbes sirine < >> [email protected]>: >> >>> Dear All, >>> I want to assign to vehicles a constant speed for each edge to traverse. >>> how could I do that? >>> _______________________________________________ >>> 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 >> > _______________________________________________ > 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
