Skip to content

Commit

Permalink
AP_Motors: minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
bnsgeyer committed Nov 26, 2024
1 parent 3f8ecf3 commit e65b5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_Motors/AP_Motors_Class.h
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ class AP_Motors {
// This function required for tradheli. Tradheli initializes targets when going from unarmed to armed state.
// This function is overriden in motors_heli class. Always true for multicopters.
virtual bool init_targets_on_arming() const { return true; }
// use leaking integrator management scheme
// use leaking integrator management scheme is always false for multirotors
virtual bool using_leaky_integrator() const { return false; }
// use heading error correction which is always true for multirotors
virtual bool using_hdg_error_correction() const { return true; }
Expand Down

0 comments on commit e65b5a5

Please sign in to comment.