mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-18 03:52:11 +01:00
OP-1259 Change a constant from a testing value to release value
This commit is contained in:
parent
5ee2930181
commit
b7a2931f21
@ -690,8 +690,7 @@ static void stabilizationTask(__attribute__((unused)) void *parameters)
|
||||
// exaggerate the length of time the inverted to upright
|
||||
// transition holds full throttle and reduce the length
|
||||
// of time for full throttle when going upright to inverted.
|
||||
if (actuatorDesired.Thrust > 0.95f) {
|
||||
// change this to 0.7
|
||||
if (actuatorDesired.Thrust > 0.7f) {
|
||||
float thrust;
|
||||
|
||||
thrust = CruiseControlFactorToThrust(CruiseControlAngleToFactor(cruise_control_max_angle), actuatorDesired.Thrust);
|
||||
|
Loading…
x
Reference in New Issue
Block a user