AirSim icon indicating copy to clipboard operation
AirSim copied to clipboard

client.isApiControlEnabled() return False.

Open Z-Xiong opened this issue 9 months ago • 0 comments

Question

What's your question?

client = airsim.MultirotorClient()
client.confirmConnection()
client.enableApiControl(True)
print("API Control enabled: %s" % client.isApiControlEnabled())

API Control enabled: False

Include context on what you are trying to achieve

Why API Control enabled is not True ? How to solve it ?

Context details

Include details of what you already did to find answers

Z-Xiong avatar Nov 06 '23 09:11 Z-Xiong