Ardupilot: Plane: support retractable landing gear

Created on 3 Feb 2014  路  13Comments  路  Source: ArduPilot/ardupilot

It would be great to have a parameter added for altitude trigger of an analogue output.
Set for something like 5m then as the model goes over 5m the analogue port is triggered which connected to a relay can trigger retracts to lift up the landing gear. Then as the model goes below the parameter the trigger will go back lowering the landing gear.

Hope that makes sense.

Enhancement Plane

Most helpful comment

I've added this to the 3.9.0 milestone for plane

All 13 comments

Is this for plane or copter?
There's an existing request for copter to support retractable landing gear.
https://github.com/diydrones/ardupilot/issues/691

I think this is a duplicate of the issue mentioned above so I'll close this one.

Instead of closing, I've just clarified that this is a plane issue. The request for copter is already there.

What is the desire for a digital/relay output? Are people still using pneumatic retracts, and do they operate with an on/off control instead of PWM/Servo?

I'm just trying to determine need, as I'm making a library for this that can be used for Copter and Plane. Copters retracts use PWM control almost exclusively. I expect modern electric airplane retracts would be the same, except for maybe very large systems?

I'm just trying to avoid the complexity if there's no real need for relay output.

Pull Request here creates Library usable by plane. Somebody just needs to link this into Arduplane.

https://github.com/diydrones/ardupilot/pull/1738

@R-Lefebvre Is this issue done?

No. This library is usable by plane, but needs to be implemented by plane.

I've added this to the 3.9.0 milestone for plane

While I was working on https://github.com/ArduPilot/ardupilot/pull/6845 over the weekend, I actually thought "Hey, maybe can get this into Plane too!". I tried. And failed. Unsurprisingly, I do not know much about Plane....

Hi tridge,
Checking in, wondering if you've made any progress on implementing v3.9.0 landing gear. I'm building a unique craft with ArduPlane on the BeagleBone Blue, and that function is an outstandingly important one for my application. Unfortunately my own coding skills are not yet up to the task.

Hi tridge,
Can we see support for Eagle tree airspeed sensor v3 in the next release please?
Thanks in advance.

We are really hoping this is getting some love soon. We need it for automating bay door of out belly gimbal units. Right now it need to be added as a mission command after take off and before landing. Which is so prone to human error (forgetting to add the close command).
Any basic AUX channel PWM value that triggers at an altitude (set in the parameters) would be so lovely.
This would be usefull for so many things:
Gears,
Gimbal to home/safe postition.
None speed based flaps
you name it....

For us, this:
https://youtu.be/8jmmYi5Nlpc

@pompecukor is so right! I was looking for this feature and I was sure that it already existed... I think that it will be really useful for planes to have an auto low height trigger in order to action things like Landing gear, Gimbal retract, camera protections etc...

Something really simple (and maybe very easy to implement!) if height is lower than X then trigger Landing gear.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

rscarawa picture rscarawa  路  9Comments

Hyacinthchou picture Hyacinthchou  路  4Comments

davidbitton picture davidbitton  路  3Comments

machenxiang picture machenxiang  路  8Comments

Naterater picture Naterater  路  3Comments