我使用的是Veins 4a2和Sumo-0.22.0。因为在这个平台上工作了几个月,今天我试图启动一个新的模拟,但我在终端中得到了这个错误:
<stderr><![CDATA[Warning: Environment variable SUMO_HOME is not set,
schema resolution will use slow website lookups.
Error: unable to resolve host/address 'sumo.dlr.de'
In file 'myFile.poly.xml'Omnet++中的这个错误:
<!> Error in module (Veins::TraCIScenarioManagerLaunchd)
RSUExampleScenario.manager (id=6) at event #1, t=0: Attempted to read
past end of byte buffer.注意,环境变量SUMO_HOME设置得很好。我不能理解这个错误,有谁能帮我修复它吗?
下面是myFile.poly.xml:
发布于 2018-05-30 23:27:21
Sumo尝试用它的模式定义来验证myFile.poly.xml。我猜,myFile.poly.xml中的xsi:noNamespaceSchemaLocation的值被设置为包含sumo.dlr.de的某个url。
显然,http://sumo.dlr.de/停机至少有几天了,因此这将不起作用。请尝试使用http://sumo.sourceforge.net/xsd/polyconvertConfiguration.xsd作为值。
https://stackoverflow.com/questions/50605849
复制相似问题