* Final version

* Monitor off taxi way
  * Monitor maximum speed
  * Monitor kick speed
This commit is contained in:
FlightControl_Master
2017-10-23 15:30:40 +02:00
parent 140f81b695
commit a8c5ccd4ad
10 changed files with 766 additions and 68 deletions

View File

@@ -544,7 +544,7 @@ do -- TASK_A2G_BAI
local TargetCoordinate = self:GetInfo( "Coordinate" ) -- Core.Point#COORDINATE
local Velocity = self.TargetSetUnit:GetVelocity()
local Velocity = self.TargetSetUnit:GetVelocityVec3()
local Heading = self.TargetSetUnit:GetHeading()
TargetCoordinate:SetHeading( Heading )