hi,
I’m trying to control an SITL drone in Unity using MAVLink. When I connect to the drone over UDP using a normal setup, I have no issues performing basic tasks like arming and reading telemetry. However with SITL, when I run my Unity program, the drone repeatedly attempts to arm itself. The only action my Unity program takes is sending an initialization packet to establish communication.
What could be causing this issue, and how can I fix it?