未生成附加文件(检测器、感应回路)的输出。我使用了一个简单的场景,只是为了看看事情是如何运作的。但我看不到或者这些文件可能没有生成。我将它们添加到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>
输出的文件是空的。请帮忙!
提前致谢。