-
Notifications
You must be signed in to change notification settings - Fork 18
Description
System Info: Windows 10,
Carla Info : Carla 0.9.13
On running "d:/driving-benchmarks/benchmarks_084.py" the following error is generated
INFO: listening to server 10.5.25.12:2000
WARNING: running the basic driving benchmark, to run for CoRL 2017 experiment suites, you should run python driving_benchmark_example.py --corl-2017
DEBUG: (10.5.25.12:2000) connected
DEBUG: (10.5.25.12:2000) disconnecting
ERROR: (10.5.25.12:2000) failed to read data: timed out
DEBUG: (10.5.25.12:2000) connected
DEBUG: (10.5.25.12:2000) disconnecting
ERROR: (10.5.25.12:2000) failed to read data: timed out
Traceback (most recent call last):
File "d:\driving-benchmarks\version084\carla[tcp.py](http://tcp.py/)", line 87, in _read_n
data = self._socket.recv(length)
socket.timeout: timed out
Tried out codes from both branches and also the suggestion seen in alternate forums to change the Carla world port (changed to 5000).
The timeout was extended to 1000 and the IP was run on "localhost" , "127.0.0.1" and the server address (as shown above).
The same error persists.