Skip to content

Commit

Permalink
Copter: Ground oscillation gain reduction
Browse files Browse the repository at this point in the history
  • Loading branch information
lthall committed Jul 22, 2024
1 parent 1497fe9 commit 4f9e599
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ArduCopter/mode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ void Copter::update_flight_mode()
#if AP_RANGEFINDER_ENABLED
surface_tracking.invalidate_for_logging(); // invalidate surface tracking alt, flight mode will set to true if used
#endif
attitude_control->landed_gain_reduction(copter.ap.land_complete); // Adjust gains when landed to attenuate ground oscillation

flightmode->run();
}
Expand Down

0 comments on commit 4f9e599

Please sign in to comment.