"Hello,
Base code : MAVComm for MAVLink Parser
I am trying to connect to SITL with following details:
comm = MAVUdpCommNIO3.getInstance(model, "127.0.0.1",5760, 14550);proxy = new MAVUdpProxyNIO3("127.0.0.1",5501,"0.0.0.0",14556,comm);peerAddress =…"