Skip to main content

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

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>

Back to the top