Skip to content

Commit

Permalink
Refactor _STEdot_... definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
Cole Perschon committed Oct 31, 2023
1 parent f3067c7 commit bd9087e
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions libraries/AP_TECS/AP_TECS.h
Original file line number Diff line number Diff line change
Expand Up @@ -349,14 +349,10 @@ class AP_TECS {
// pitch demand before limiting
float _pitch_dem_unc;

// Maximum specific total energy rate gain at cruise airspeed
float _STEdot_max;

// Specific total energy rate loss at cruise airspeed
float _STEdot_min;

// Specific total energy rate loss at maximum airspeed
float _STEdot_neg_max;
// Specific total energy rate limits
float _STEdot_max; // Specific total energy rate gain at cruise airspeed & THR_MAX (m/s/s)
float _STEdot_min; // Specific total energy rate loss at cruise airspeed & THR_MIN (m/s/s)
float _STEdot_neg_max; // Specific total energy rate loss at max airspeed & THR_MIN (m/s/s)

// Maximum and minimum floating point throttle limits
float _THRmaxf;
Expand Down

0 comments on commit bd9087e

Please sign in to comment.