Advertisement

sumo中的模拟传感器2-Induction Loops Detectors

阅读量:

目录

瞬时感应回路探测器

设置方式

输出信息


参考链接:http://sumo.dlr.de/wiki/Simulation/Output/Instantaneous_Induction_Loops_Detectors

Instantaneous Induction Loops Detectors

配置方法

(1)创建一个新的.xml文件(如instantE1.xml),并在文件中添加以下内容:

复制代码
>       1. <additional>

>  
>       2.   <instantInductionLoop id="instantE1_1" lane="-501.0.00_0" pos="1" file="out_instantE1.xml"/>
>  
>       3. </additional> 
>  
>  
>  
>  
>     AI写代码html

(2)启动sumo时,需在命令行中输入以下指令:

复制代码
    sumo-gui -c Crossing8.sumo.cfg --additional-files E1.xml
    
    
    AI写代码html

或者在配置文件中增加对应的指令,具体如下:

复制代码
 <configurati

全部评论 (0)

还没有任何评论哟~