LimSim icon indicating copy to clipboard operation
LimSim copied to clipboard

ModuleNotFoundError: No module named 'carla'

Open wang123yuan opened this issue 1 year ago • 6 comments

Traceback (most recent call last): File "ExampleVLMAgentCloseLoop.py", line 225, in <module> model.start() File "/home/v2t/LimSim/simModel/Model.py", line 177, in start from sumo_integration.run_synchronization import getSynchronization File "/home/v2t/LimSim/sumo_integration/run_synchronization.py", line 39, in <module> import carla # pylint: disable=import-error ModuleNotFoundError: No module named 'carla'

When I run ExampleVLMAgentCloseLoop.py,What can I do if I get the above error?

wang123yuan avatar Apr 07 '24 14:04 wang123yuan

You should install carla package before you run this code.

fudaocheng avatar Apr 08 '24 01:04 fudaocheng

When I run ExampleVLMAgentCloseLoop.py and ExampleLLMAgentCloseLoop.py, the screen can be displayed normally, but the displayed screen is very stuttering, and it is not as smooth as in your video. Is this a PC performance issue or does the OpenAI account need to be upgraded, and is there anything I can do to make it a little smoother?

wang123yuan avatar Apr 08 '24 14:04 wang123yuan

You should install carla package before you run this code.您应该在运行此代码之前安装 carla 包。 The screen is displayed normally, but it is very stuck. ... 屏幕截图 2024-04-08 224618

wang123yuan avatar Apr 08 '24 14:04 wang123yuan

LLM inference is slow and the program waits for LLM making an answer before running, so lagging is normal.

fudaocheng avatar Apr 09 '24 04:04 fudaocheng

LLM inference is slow and the program waits for LLM making an answer before running, so lagging is normal.

Ok, thanks for your reply. Does your demo video look smooth because it speeds up LLM inference?

wang123yuan avatar Apr 09 '24 08:04 wang123yuan

Yes, it is a replay video, you can run the ExampleReplay.py to view the result.

fudaocheng avatar Apr 10 '24 03:04 fudaocheng

Stale issue message, no activity

github-actions[bot] avatar Jun 10 '24 01:06 github-actions[bot]