microsoft / AirSim-Drone-Racing-Lab

A framework for drone racing research, built on Microsoft AirSim.
MIT License
191 stars 43 forks source link

Connect Error with WSAECONNFUSED #11

Open gwnudt opened 3 years ago

gwnudt commented 3 years ago

Hello, I try to connect ADRL which is running in a remote computer and run the script of baseline_racer in another computer. I come with connection errors as following " errors

" The two computers are in local network hub via WiFi and I have set "LocalHostIp" and "ApiServerPort" in settings.json file in the remote computer and also revised to define the airsim_client as self.airsim_client = airsim.MultirotorClient(ip="192.168.31.247") in the baselien_racer.py instead of the default ones.

The baseline_racer can run successfully in a single computer with ADRL and encounter the connection error in two separated computers.

I did not figure out and fixed it for several days? Could anyone help me fix it? thanks a lot