opendilab / LMDrive

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

Carla get_trafficmanager stuck #63

Open boshi-an opened 4 months ago

boshi-an commented 4 months ago

When running the evaluation script on ubuntu 20.04, the code will stuck at leaderboard/leaderboard/leaderboard_evaluator.py:89, self.traffic_manager = self.client.get_trafficmanager(int(args.trafficManagerPort))

I'm using carla version 0.9.10. other dependencies are also following the requirements. System is Ubuntu 20.04.

deepcs233 commented 4 months ago

Hi!

You may try to restart the Carla simulator and re-run the script. It possibly solves your problem. If not, you could try to check whether the trafficManagerPort (usually 20500) has been used.