mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
# FG improvements
This commit is contained in:
@@ -3213,8 +3213,10 @@ end
|
||||
function OPSGROUP:GetExpectedSpeed()
|
||||
|
||||
if self:IsHolding() or self:Is("Rearming") or self:IsWaiting() or self:IsRetreated() then
|
||||
--env.info("GetExpectedSpeed - returning ZERO")
|
||||
return 0
|
||||
else
|
||||
--env.info("GetExpectedSpeed - returning self.speedWP = "..self.speedWp)
|
||||
return self.speedWp or 0
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user