carla-simulator / carla

Open-source simulator for autonomous driving research.
http://carla.org
MIT License
11.33k stars 3.67k forks source link

Sumo Co-simulation is not running (Error: tcpip::Socket::recvAndCheck @ recv: peer shutdown) #6072

Open vsale opened 1 year ago

vsale commented 1 year ago

Dear all,

our Sumo Co-Simulation is not running. We dont know why? We have following Error Report:

Error: tcpip::Socket::recvAndCheck @ recv: peer shutdown

We are using Carla UE4 0.9.13 and Sumo 1.15.0 on Windows machine.

Can someone help?

Best

jy723 commented 1 year ago

1.change the file /Co-Simulation/Sumo/sumo_integration/sumo_simulation.py 304 # sumo_net = traci.sumolib.net.readNet(net_file) sumo_net = sumolib.net.readNet(net_file) because the sumo tools/traci/_init.py change 2.you can try

hlwei commented 1 year ago

Fix my problem, when carrying the co-simulation of Carla and Sumo. Thx.

buntyk48 commented 1 year ago

Hii all,

I also have the same kind of issue and the solution mentioned by @jy723 is not working for me.

@hlwei Could you please let us know, in case you have used any other solution?

Thanks.