We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi!
I tried to change ApiServerPort via settings.json
"drone_1": { "VehicleType": "SimpleFlight", "ApiServerPort": 41457, "Yaw": 0.0, "Pitch": 0.0, "Y": 0.0, "X": 0.0, "Z": 0.0, "Roll": 0.0 }
and create client like this self.airsim_client = airsim.MultirotorClient(ip = "my_ip", port=41457)
self.airsim_client = airsim.MultirotorClient(ip = "my_ip", port=41457)
But connection only works with port=41451, so it looks like "ApiServerPort": 41457 in settings.json doesn't work.
port=41451
"ApiServerPort": 41457
Thanks!
The text was updated successfully, but these errors were encountered:
this just got fixed. please re-download binaries
Sorry, something went wrong.
No branches or pull requests
Hi!
I tried to change ApiServerPort via settings.json
and create client like this
self.airsim_client = airsim.MultirotorClient(ip = "my_ip", port=41457)
But connection only works with
port=41451
, so it looks like"ApiServerPort": 41457
in settings.json doesn't work.Thanks!
The text was updated successfully, but these errors were encountered: