ardupilot icon indicating copy to clipboard operation
ardupilot copied to clipboard

Copter: pre-arm check that throttle is high should be skipped if arming in Auto

Open rmackay9 opened this issue 3 years ago • 1 comments

AP_Arming_Copter::arm_checks() skips over the pilot's throttle position checks if arming in Guided mode from a GCS. I think we can also skip these checks if the vehicle is arming in Auto mode. See code here.

rmackay9 avatar Aug 12 '22 05:08 rmackay9

Thumbs up, I want this feature. Actually in my checklist I have 'throttel to mid-stick" prior to gcs takeoff

agising avatar Sep 08 '22 14:09 agising

looks like @prathamesh7255 has a fix for this in PR https://github.com/ArduPilot/ardupilot/pull/22676

magicrub avatar Jan 17 '23 21:01 magicrub

We got to PR that are the same and work, but it need some param change : AUTO_OPTIONS 1 to allow arming RC_OPTIONS 32 to disable throttle arming check on RC lib.

khancyr avatar Jan 18 '23 10:01 khancyr

Opps, @khancyr you think the earlier PR isn't sufficient?

rmackay9 avatar Jan 18 '23 23:01 rmackay9

It is needed but that isn't enough on its own as the rc_options check will trigger but that is just param so the PR was good

khancyr avatar Jan 18 '23 23:01 khancyr