mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-31 16:52:10 +01:00
REVONANO fix velocity mode use of altvario
This commit is contained in:
parent
a4cff482b4
commit
d8f6a7827e
@ -186,6 +186,7 @@ int8_t VtolVelocityController::UpdateStabilizationDesired(__attribute__((unused)
|
||||
|
||||
// default thrust mode to altvario
|
||||
stabDesired.StabilizationMode.Thrust = STABILIZATIONDESIRED_STABILIZATIONMODE_ALTITUDEVARIO;
|
||||
stabDesired.Thrust = manualControl.Thrust;
|
||||
|
||||
StabilizationDesiredSet(&stabDesired);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user