Dronekit-python running in docker connecting to MAVProxy on host
问题 I am using dronekit-python in a docker container and am attempting to connect to an instance of MAVProxy running on my host machine (Mac OSX) using the following command: vehicle = connect('udp:host.docker.internal:14551', wait_ready=True) but am getting the following error: File "/usr/local/lib/python3.7/site-packages/pymavlink/mavutil.py", line 1015, in __init__ self.port.bind((a[0], int(a[1]))) OSError: [Errno 99] Cannot assign requested address Does anyone know what the issue is here? I