Replies: 1 comment 1 reply
-
@MasterLox I don't fully understand the issue. The full arming/disarming logic is in Quadcopter.ino, not in the library, so you can easily disable/modify it as needed. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am currently trying to build a vtol with madflight on one esp32 to stab the aircraft and do all the mixing and on the other esp32 i want to compute the things like where to move an so on. Now I am having some trouble with fast jumping throttle commands from the computer to madflight. Sometimes madflight just disarms and I dont know why. I is always when the PPM Channel 0 (throttle) is jumping too fast. Is this a problem on my side or is there something like an protective disarm function in madflight?
Because I need an fast reponding throttle command to accuratly hold my altitude...
BTW only having this disarm problem when the throttle channel is moving fast, other channels can jump from 1000ms to 2000ms and it is perfectly fine.
Beta Was this translation helpful? Give feedback.
All reactions