tum-autonomousdriving / autonomous-driving-simulator

44 stars 3 forks source link

IP Doubt #26

Closed pranav-ap closed 1 year ago

pranav-ap commented 1 year ago

Hey,

What is the below line supposed to be while using the v0.23 simulator in windows?

eventlet.wsgi.server(eventlet.listen(("", 4567)), app)

The IP text file says : 192.168.2.224

The car is not moving.

Thanks

Sodamin commented 1 year ago

The line in the code should be fine (we have the same) the IP in the file should be changed to your IP

Sodamin commented 1 year ago

Actually you can just put in "localhost" (without " )

pranav-ap commented 1 year ago

I get the following line, and thats it. No change after that.

image

Kinda weird.

Sodamin commented 1 year ago

so far so good. I have the same, when I then start the simulator the python starts to receive images.

What might be a problem are your firewall / network settings. I am not sure what to do exactly but you must make sure the program is allowed to be reached... I think there were similar problems on the other simulator (from udacity) maybe you find material on that