I have ardupilot module witch connected with raspberry pi and i use mav_router to sent data by udp. It works fine, but when i connected to drone via radio controller and push telemetry from radio to UDP using wifi. The ground station in second pc receives telemetry but I cannot control drone. Previously I used mavproxy and it works perfectly
[General]
TcpServerPort=5760
MavlinkDialect=auto
[UartEndpoint serial]
Device=/dev/serial0
Baud=115200
[UdpEndpoint out1]
Address=10.149.25.10
Port=14550
What I do wrong?