ardupilot icon indicating copy to clipboard operation
ardupilot copied to clipboard

Add Mount option to retract on landing

Open peterbarker opened this issue 1 year ago • 3 comments

peterbarker avatar Apr 12 '24 05:04 peterbarker

@BITMASK metadata documentation is missing

amilcarlucas avatar Apr 12 '24 11:04 amilcarlucas

@bitmask metadata documentation is missing

Fixed, thanks!

peterbarker avatar Apr 14 '24 03:04 peterbarker

How urgently do you want this capability in? We've got a similar feature that is vehicle-agnostic that:

  • uses the AHRS to get height above ground (falling back to height above home)
  • will auto-deploy when altitude goes above parameterised DEPLOY_ALT
  • will auto-retract when altitude falls below parameterised RETRACT_ALT

Haven't pushed a PR for it yet because we never flight tested it enough (but we do have SITL tests).

nexton-winjeel avatar May 07 '24 11:05 nexton-winjeel