Hello all, @jimdgit, @LorenzMeier @JulianOes
I am trying to fly my dIY drone in offboard mode. I have setup rpi4 as companion with pihawk 4 running v1.11 stable version firmware.
I have set optical flow which is reading giving readings. I have no GPS lock and I have set EKF2_AID_MASK to 2 which means it will use optical flow only and not GPS for position estimation.
I have written a offboard mode scripts that successfully changes mode to offboard and arming the drone. The setpoints are published and subscribed at appropriate rate {10 Hz}.
I am unable to figure out why after every 5-10 secs of interval my drone get disarmed . My offboard node is arming is again as it is written in that way. But, the root cause of disarming is unknown to me. Moreover system_status toggle between 3 and 4 {disarmed and armed}
Pls, someone share some knowledge on this.