Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] why sumo-web3d does not show cars and road signs on the 3D world

Hello,

I've just created my first simulation with SUMO succesfully,as you can see below :

2018-11-13_22-05-48.png

now I want to create a 3D enviroment where the cars can drive. I read that it can be done with sumo-web3d. To do that I gave the following command :
C:\Users\virtu\OneDrive\Desktop\SUMO\xml>sumo-web3d -c \users\virtu\onedrive\desktop\sumo\xml\map.sumo.cfg
Listening on:
127.0.0.1:5000 (HTTP)
127.0.0.1:5678 (WebSockets)

Switching to map.sumo.cfg
Executing C:\Program Files (x86)\Eclipse\Sumo\bin\sumo -c c:\users\virtu\onedrive\desktop\sumo\xml\map.sumo.cfg
Loading configuration... done.
Step #0.00C:\Program Files (x86)\Eclipse\Sumo\tools\traci\domain.py:113: UserWarning: The domain trafficlights is deprecated, use trafficlight instead.
self._name, self._deprecatedFor)) # , DeprecationWarning)
Step #1.00000.00*RT, ~0.00UPS, TraCI: 13ms, vehicles TOT 0 ACT 0 BUF
BUT this is what happened :

2018-11-13_21-37-44.png

as you can see,only the LIGHTs are visible. I don't see any car or other road signals that I see with sumo. So,what's the problem here ?  
--
Mario.

Back to the top