未生成附加文件(检测器、感应回路)的输出

Output of additional files (detectors, induction loops) are not being generated

未生成其他文件(检测器、感应环)的输出。我使用了一个简单的场景,只是为了看看它是如何工作的。但是我看不到或者可能没有生成这些文件。我将它们添加到 launch.xmlsumo.cfg 作为附加文件。这是 detector.xml 的代码:

<additional>
    <laneAreaDetector id="E2" lane="1to2_0" pos="15" endPos="20" length="20.0" friendlyPos="false" freq="5.890e9" file="ostie.xml" timeThreshold="1" speedThreshold="3.6" jamThreshold="10.0" />
</additional>
<additional>
    <inductionLoop id="myLoop1" lane="1to2_0" pos="16.0" freq="900" file="out.xml" />
    <inductionLoop id="myLoop2" lane="1to2_0" pos="100.0" freq="900" file="out.xml" />
</additional>

输出的文件是空的。请帮忙!

提前致谢。

您可能正在使用 sumo-launchd.py of Veins 来 运行 您的模拟。如果是这样,SUMO 模拟将在一个临时目录中执行(即默认情况下,在模拟结束后删除)。您将关闭它(查看 --help 的输出)或在另一个目录中创建输出文件以保留它们。