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

时间:2017-09-08 22:03:11

标签: veins sumo

未生成其他文件(检测器,感应回路)的输出。我用了一个简单的场景,看看事情是如何运作的。但我看不到或者可能没有生成这些文件。我将其添加到 launch.xml sumo.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>

文件输出为空。请帮忙!

提前致谢。

1 个答案:

答案 0 :(得分:0)

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