Xml 模块中的错误(obstaclecontrol)

Xml 模块中的错误(obstaclecontrol),xml,config,omnet++,veins,Xml,Config,Omnet++,Veins,我在相扑中定义了一个有5条边的简单地图,并将其插入我的血管,但我得到了这个错误 模块rsuexamplesenario.com中的错误(Vives::obstaclecontrol) (id=2)在事件#467,t=46:无法使用SimpleObstacchading:否 增加了障碍 我不知道如何从中的config.xml和omnetpp.ini文件中清除障碍。注释ini文件中的以下行: *.obstacles.debug = false *.obstacles.obstacles = xmld

我在相扑中定义了一个有5条边的简单地图,并将其插入我的血管,但我得到了这个错误

模块rsuexamplesenario.com中的错误(Vives::obstaclecontrol) (id=2)在事件#467,t=46:无法使用SimpleObstacchading:否 增加了障碍


我不知道如何从中的config.xml和omnetpp.ini文件中清除障碍。

注释ini文件中的以下行:

*.obstacles.debug = false
*.obstacles.obstacles = xmldoc("config.xml", "//AnalogueModel[@type='SimpleObstacleShadowing']/obstacles"‌​)

注释掉配置文件中的以下行:

<AnalogueModel type="SimpleObstacleShadowing">
   <parameter name="carrierFrequency" type="double" value="5.890e+9"/>
   <obstacles>
      <type id="building" db-per-cut="9" db-per-meter="0.4" />
   </obstacles>
</AnalogueModel>

*.birders.debug=false*.birders.birders=xmldoc(“config.xml”,“//AnalogueModel[@type='SimpleObstacleShadowing']/birders”)在ini文件中对其进行注释,并在配置文件中对其进行注释