opendilab / LMDrive

[CVPR 2024] LMDrive: Closed-Loop End-to-End Driving with Large Language Models
Apache License 2.0
629 stars 51 forks source link

Failed to run carla. #10

Closed weimengchuan closed 8 months ago

weimengchuan commented 8 months ago

Hi, I meet a problem while running carla. Your help would be greatly appreciated. My command is: carla/CarlaUE4.sh --world-port=2000 -opengl Error info is: Refusing to run with the root privileges.

deepcs233 commented 8 months ago

Hi! It looks like you need to run the Carla with a non-root user.

weimengchuan commented 8 months ago

I Fix it! Thanks! Reason for the previous issue was that our server cluster only supports root privileges. Now, I success to run carla with a non-root user in an ubuntu PC.

CoderXuans commented 1 month ago

我解决了!谢谢! 之前问题的原因是我们的服务器集群仅支持 root 权限。 现在,我成功地在 ubuntu PC 上以非 root 用户身份运行了 carla。

请问在非root用户的/home文件夹下重新下载carla然后启动吗?

deepcs233 commented 1 month ago

不需要,只需要执行用户不是root就可以