Permalink
Fetching contributors…
Cannot retrieve contributors at this time
73 lines (51 sloc) 3.15 KB

Landing Gear

Copter supports retractable Landing Gear activated by a servo mechanism (like these sold by Hobby King). The gear can be manually retracted/deployed with an auxiliary switch. The gear will also automatically deploy during landing.

There is some simple logic controlling the operation beyond simply responding to retract/deploy commands from the controller. If the system is booted up and the landing gear control switch is in the retract position, the landing gear will not retract. This is done to prevent damage to the landing gear or airframe should the switch be accidentally left in the retract position on start-up. In this case, the landing gear will not retract until the switch is first moved to the deploy position, and then back to the retract position.

The landing gear will automatically deploy when the flight mode is changed to Land, during the final landing phase of RTL mode, and when a Land command is executed in AUTO mode.

Note

Support for landing gear was introduced in AC 3.3

../images/LandingGear_HobbyKing.jpg

Connecting to the Pixhawk

Most retractable landing gear will require just a single PWM cable to connected to one of the AUX outputs on the back of the Pixhawk (AUX1 ~ AUX4).

../images/LandingGear_Pixhawk.jpg

Note

The signal wire (usually white) should be connected to the lower most "S" pin.

Setup through the Mission Planner

Use the Mission Planner's Full Parameter List (or equivalent) to set the following parameters:

../images/LandingGear_PixhawkSetup1.png

MissionPlanner: Landing Gear Configuration

Set an :ref:`auxiliary switch <channel-7-and-8-options>` to "Landing Gear" in order to enable manual control (i.e. set :ref:`CH7_OPT <CH7_OPT>` or :ref:`CH8_OPT <CH8_OPT>` to "29")

When the switch is in the "low" position the gear will be deployed, "high" will be retracted, "middle" is a neutral position that will not change the gear's state.

../images/LandingGear_PixhawkSetup2.png

Mission Planner: Setting Manual Landing Gear Control