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.
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.
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.