I am new to drones, and stuck on one issue. I am able to arm quadcopter if QGC is connected through USB, but if I disconnect USB, the drone LED becomes red and does not arm. I have tried previous solutions (COM_POWER_COUNT == 0) but it does not help. I think it is some other issue. In the log analysis, I can also see errors: a) Fail safe - hole position invalid, b) take off detected without drone taking off, and few other reds. The link to log is here.
COM_ARM_WO_GPS (INT32) Allow arming without GPS Comment: The default allows the vehicle to arm without GPS signal. Values:
0: Require GPS lock to arm
1: Allow arming without GPS
I think “1” means enable. So, “enable” should allow arming without GPS check.
Am I reading documentation wrong?
In any case, I guess I should ignore QGC display value (Enable / Disable) - and check the raw value of COM_ARM_WO_GPS. If COM_ARM_WO_GPS == 1, I think it will be as desired…
Yeah, you are right, it should be enabled for the drone to arm without GPS, my bad. Were you able to sort the issue or is it still not arming? If yes check the messages and tell what you are getting or share a log