You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
"
"
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
The text was updated successfully, but these errors were encountered:
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](https://user-images.githubusercontent.com/11989296/129856312-8a6bf7d4-a0d8-466b-8cf4-385462be39a7.png)
"
"
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
The text was updated successfully, but these errors were encountered: