How to limit the speed of vehicles in a SUMO network?

时间:2017-05-16 09:21:59

标签: sumo

I am currently using a SUMO network, generated from openstreetmap.org. I am interested in having different mobility models, thus I want to put a maximum speed limit for all the vehicles at any time. Can somebody help me with this?

1 个答案:

答案 0 :(得分:0)

最简单的方法是使用车辆类型<vType id="myType" maxSpeed="10"/>来限制车辆的最高速度,然后让您的车辆使用此类型,有关详细信息,请参阅http://sumo.dlr.de/wiki/Definition_of_Vehicles,_Vehicle_Types,_and_Routes。 您还可以使用netedit编辑边缘的最大速度,如果需要时间相关的速度限制,则可以应用variable speed signs