mirror of https://github.com/ArduPilot/ardupilot
initing z dampener at arming
This commit is contained in:
parent
5f03c62bd9
commit
58ad9faf6d
|
@ -81,6 +81,8 @@ static void init_arm_motors()
|
|||
// --------------------
|
||||
init_simple_bearing();
|
||||
|
||||
init_z_damper();
|
||||
|
||||
// Reset home position
|
||||
// -------------------
|
||||
if(home_is_set)
|
||||
|
|
Loading…
Reference in New Issue