mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
commenting
This commit is contained in:
@@ -729,7 +729,7 @@ Navigator::get_cruising_speed()
|
||||
float
|
||||
Navigator::get_cruising_throttle()
|
||||
{
|
||||
/* Return the mission-requested cruise speed, or -1 */
|
||||
/* Return the mission-requested cruise speed, or default FW_THR_CRUISE value */
|
||||
if (_mission_throttle > 0.0f) {
|
||||
return _mission_throttle;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user