carla的time-out of 2000ms while waiting for the simulator
carla添加车辆的时候和本地连接报错解决办法RuntimeError: time-out of 2000ms while waiting for the simulator, make sure the simulator is ready and connected to localhost:2000将client连接时改为解决办法client=carla.Client(host='127.0.0.1', port=2000)...
原创
2022-03-27 11:49:46 ·
7866 阅读 ·
5 评论