我需要一些解决方案

时间:2019-07-07 14:42:33

标签: warnings environment ns2 ns-3

我收到以下错误消息:

Warning: Environment variable SUMO_HOME is not set, using built in type maps.
Warning: Environment variable SUMO_HOME is not set, schema resolution will use slow website lookups.
Error: unable to open file 'https://sumo.dlr.de/xsd/types_file.xsd'
 In file 'built in type map'
 At line/column 1/0.

  The types could not be loaded from 'built in type map'.
Quitting (on error).

可能是什么原因造成的?

1 个答案:

答案 0 :(得分:1)

  

错误:无法打开文件'https://sumo.dlr.de/xsd/types_file.xsd'

它是http,而不是http s 。 ...请访问此网站https://sumo.dlr.de/wiki/Networks/PlainXML$ wget http://sumo.dlr.de/xsd/types_file.xsd

我的测试(我创建了一个测试目录sumo/TEST_COMMANDS/,其中包含一些默认文件以及“ wget已下载” types_file.xsd):

$ cd sumo/ && export SUMO_HOME="$PWD" && cd TEST_COMMANDS/

$ netconvert --node-files=input_nodes.nod.xml --edge-files=input_edges.edg.xml \
  --connection-files=input_connections.con.xml --type-files=types_file.xsd \
  --output-file=MySUMONet.net.xml

终端答复为:成功。 .....并创建文件MySUMONet.net.xml 61.4kB。