资讯

import time import carla import random # 连接到客户端并获取世界对象 client = carla.Client('localhost', 2000) world = client.get_world ...