mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-15 07:29:15 +01:00
OP-1309 fixed missing thrust mode assignment in manualcontrol
This commit is contained in:
parent
e47cad8ab8
commit
e95b25dca8
@ -133,6 +133,7 @@ void stabilizedHandler(bool newinit)
|
||||
}
|
||||
|
||||
stabilization.Thrust = cmd.Thrust;
|
||||
stabilization.StabilizationMode.Thrust = stab_settings[3];
|
||||
StabilizationDesiredSet(&stabilization);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user