mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
Copter: Landing gear - remove deploy_lock state
This commit is contained in:
parent
6fda807e49
commit
837903a2bf
@ -15,7 +15,7 @@ void Copter::landinggear_update()
|
||||
// if we are doing an automatic landing procedure, force the landing gear to deploy.
|
||||
// To-Do: should we pause the auto-land procedure to give time for gear to come down?
|
||||
if (flightmode->landing_gear_should_be_deployed()) {
|
||||
landinggear.set_position(AP_LandingGear::LandingGear_Deploy_And_Keep_Deployed);
|
||||
landinggear.set_position(AP_LandingGear::LandingGear_Deploy);
|
||||
}
|
||||
|
||||
// send event message to datalog if status has changed
|
||||
|
Loading…
Reference in New Issue
Block a user