sumo simulator está mostrando “variável SUMO_HOME não definida” e “incapaz de se conectar”

0
my@my-HP-15-Notebook-PC:~$ cd iitk/
my@my-HP-15-Notebook-PC:~/iitk$ netconvert --osm-files iitk.osm -o iitk.net.xml
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 connect socket for URL 'http://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).
    
por Kialok 05.06.2017 / 06:13

1 resposta

0

O primeiro é apenas um aviso. Se você quiser se livrar disso, faça algo como

export SUMO_HOME=/home/sumo-0.30.0/sumo/

    
por Arun 05.06.2017 / 06:27