mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
Allow inflight updates of cruise throttle during missions
This commit is contained in:
committed by
Lorenz Meier
parent
21de5bbc39
commit
0106840b87
@@ -784,7 +784,7 @@ Navigator::get_cruising_throttle()
|
|||||||
return _mission_throttle;
|
return _mission_throttle;
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
return _param_cruising_throttle_plane.get();
|
return -1.0f;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user