Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Specifying Pedestrian max and min speed

You can define a speed distribution for pedestrians with minimum and maximum values:
https://sumo.dlr.de/docs/Definition_of_Vehicles%2C_Vehicle_Types%2C_and_Routes.html#speed_distributions
This will be applied directly to their maximum walking speed (which equals their desired speed):
https://sumo.dlr.de/docs/Definition_of_Vehicles%2C_Vehicle_Types%2C_and_Routes.html#additional_remarks_on_speed_distributions

Am Sa., 16. Apr. 2022 um 20:01 Uhr schrieb ABRAR ALALI <aalal003@xxxxxxx>:
Hello,

I am generating pedestrian flow. I was able to specify the maximum speed in the route file, and I need to specify the minimum speed. Any suggestion on how to do that? Here is my route file:

<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<personFlow id="ped" begin="60" end="200" probability="0.7">
       <walk from="-E0.51" to="E0.51" speed="1.2"/>
    </personFlow>
</routes>
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top