When i use airsdk install, i met this problem.
Error in mission.yaml file: Cannot resolve drone address: anafi-ai.local
Does anybody have any idea?
When i use airsdk install, i met this problem.
Error in mission.yaml file: Cannot resolve drone address: anafi-ai.local
Does anybody have any idea?
Hi,
This message means that your computer was not able to resolve the drone MDNS address (it has, in fact, nothing to do with the content of the mission.yaml
file). This can happen in various cases, notably if you’re running airsdk within a virtual machine.
To solve this, you can use the --ip
option of airsdk-cli: if your computer is directly connected to the drone wifi acces point, then airsdk install --ip 192.168.42.1
should work.
Regards,
Nicolas
Thanks for the reply, it works for me.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.