简体   繁体   English

SUMO 机动性 model

[英]SUMO mobility model

By default, SUMO used the Krauss Car-following model, is it possible to change the parameter, and how? SUMO默认使用克劳斯跟驰model,是否可以更改参数,如何更改? Secondly, how can I also change from the default car-following to the lane-changing model in SUMO?其次,如何在 SUMO 中将默认的跟车更改为变道 model? Thank you in anticipation of your answer.感谢您期待您的回答。

Changing the car following model or adapting the parameters can be done by defining a new vehicle type such as改变model之后的汽车或调整参数可以通过定义一个新的车辆类型来完成,例如

<vType id="idmAlternative" minGap="2" carFollowModel="IDM" tau="1.0" />

see https://sumo.dlr.de/docs/Definition_of_Vehicles%2C_Vehicle_Types%2C_and_Routes.html#car-following_modelshttps://sumo.dlr.de/docs/Definition_of_Vehicles%2C_Vehicle_Types%2C_and_Routes.html#car-following_models

The lane change model is independent of the car following model so there is always a car following and a lane changing model active.车道变换 model 独立于跟随 model 的汽车,因此总是有汽车跟随并且车道变换 model 处于活动状态。 also the lane changing model parameters are described on the page https://sumo.dlr.de/docs/Definition_of_Vehicles%2C_Vehicle_Types%2C_and_Routes.html#lane-changing_models https://sumo.dlr.de/docs/Definition_of_Vehicles%2C_Vehicle_Types%2C_and_Routes.html#lane-sharing_models页面上还描述了车道变换 model 参数

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM