如何让车辆在路上停1000秒?
How to keep the vehicle stopped on the road for 1000 seconds?
在我的模型中,我需要一辆车在路上停 1000 秒。但大约 240 秒后,车辆就从路上消失了。
在 omnetpp.ini 文件中我设置了以下参数:
*.node[0].veinsmobility.accidentCount = 1
*.node[0].veinsmobility.accidentStart = 73s
*.node[0].veinsmobility.accidentDuration = 1000s
下面linkhttps://sourceforge.net/p/sumo/mailman/message/35596802/
也有类似的问题。但是我没明白怎么解决这个问题。
感谢@ChristophSommer 的提示。我看了一下SUMO日志,果然有传送警告
通过搜索,我找到了 <time-to-teleport value="-1"/>
标签,应该将其插入到 *.sumo.cfg 文件的配置部分,以禁用传送。
在我的模型中,我需要一辆车在路上停 1000 秒。但大约 240 秒后,车辆就从路上消失了。
在 omnetpp.ini 文件中我设置了以下参数:
*.node[0].veinsmobility.accidentCount = 1
*.node[0].veinsmobility.accidentStart = 73s
*.node[0].veinsmobility.accidentDuration = 1000s
下面linkhttps://sourceforge.net/p/sumo/mailman/message/35596802/
也有类似的问题。但是我没明白怎么解决这个问题。
感谢@ChristophSommer 的提示。我看了一下SUMO日志,果然有传送警告
通过搜索,我找到了 <time-to-teleport value="-1"/>
标签,应该将其插入到 *.sumo.cfg 文件的配置部分,以禁用传送。