如何在 *.car[*].appl.numVehicles 的场景中在时间戳零处插入 vehicles/nodes?

How insert the vehicles/nodes in the scenario by *.car[*].appl.numVehicles at the timestamp zero?

Veins上,当我创建路线并通过ini文件(见下文)在场景中设置vehicles/nodes的数量时,它们被插入到模拟中时间戳 1.2 秒。

*.car[*].appl.numVehicles = 52

有一种方法可以在时间戳 0 秒使用 *.car[*].appl.numVehicles 插入车辆吗?

如有任何帮助,我将不胜感激

我不知道您使用的是哪个版本的 Veins,但通常车辆的插入时间由您定义车辆路线的 sumo.rou.xml 文件决定。

先检查一下,看车辆的插入时间

我在1.2秒内找到了insert的原因。在 TraCIScenarioManager.cc (if (simTime() > 1)) 上有一个测试要在 1 秒后插入,可能等待 "vehicle ID" 插入。所以,现在对我来说没问题了。感谢所有帮助:)。