mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
OPS
**OPSGROUP** - Improved routing for ground. **NAVYGROUP** - Fixed U-turn of turn into wind **ARMYGROUP** - Improved updateroute **LEGION** and **COMMANDER** - Set mission range LARGE for relocation mission **AUFTRAG** - Fixed bug in Nassets for relocation
This commit is contained in:
@@ -541,6 +541,10 @@ function NAVYGROUP:_CreateTurnIntoWind(starttime, stoptime, speed, uturn, offset
|
||||
|
||||
-- Set start time.
|
||||
local Tstart=UTILS.ClockToSeconds(starttime)
|
||||
|
||||
if uturn==nil then
|
||||
uturn=true
|
||||
end
|
||||
|
||||
-- Set stop time.
|
||||
local Tstop=Tstart+90*60
|
||||
@@ -1241,8 +1245,8 @@ function NAVYGROUP:onafterTurnIntoWind(From, Event, To, IntoWind)
|
||||
|
||||
IntoWind.Open=true
|
||||
|
||||
IntoWind.Coordinate=self:GetCoordinate()
|
||||
|
||||
IntoWind.Coordinate=self:GetCoordinate(true)
|
||||
|
||||
self.intowind=IntoWind
|
||||
|
||||
-- Wind speed in m/s.
|
||||
|
||||
Reference in New Issue
Block a user