mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
commenting
This commit is contained in:
parent
9d59ba125d
commit
f2e425b75b
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user