mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Removed traces
This commit is contained in:
@@ -1487,8 +1487,6 @@ do -- AI_A2A_DISPATCHER
|
|||||||
local Median = Cap.LowInterval + Variance
|
local Median = Cap.LowInterval + Variance
|
||||||
local Randomization = Variance / Median
|
local Randomization = Variance / Median
|
||||||
|
|
||||||
self:E({Randomization = Randomization})
|
|
||||||
|
|
||||||
if ScheduleID then
|
if ScheduleID then
|
||||||
Scheduler:Stop( ScheduleID )
|
Scheduler:Stop( ScheduleID )
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -352,7 +352,6 @@ function AI_A2A_PATROL:onafterRoute( AIGroup, From, Event, To )
|
|||||||
local CurrentCoord = AIGroup:GetCoordinate()
|
local CurrentCoord = AIGroup:GetCoordinate()
|
||||||
|
|
||||||
local ToTargetCoord = self.PatrolZone:GetRandomPointVec2()
|
local ToTargetCoord = self.PatrolZone:GetRandomPointVec2()
|
||||||
self:E({self.PatrolFloorAltitude, self.PatrolCeilingAltitude})
|
|
||||||
ToTargetCoord:SetAlt( math.random( self.PatrolFloorAltitude, self.PatrolCeilingAltitude ) )
|
ToTargetCoord:SetAlt( math.random( self.PatrolFloorAltitude, self.PatrolCeilingAltitude ) )
|
||||||
self:SetTargetDistance( ToTargetCoord ) -- For RTB status check
|
self:SetTargetDistance( ToTargetCoord ) -- For RTB status check
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user