mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
AUFTRAG - wrong speed conversion lines 925/295 corrected to KnotsToKmph
This commit is contained in:
parent
925c645821
commit
8c8cae1e27
@ -922,8 +922,8 @@ function AUFTRAG:NewORBIT(Coordinate, Altitude, Speed, Heading, Leg)
|
|||||||
|
|
||||||
mission:_TargetFromObject(Coordinate)
|
mission:_TargetFromObject(Coordinate)
|
||||||
|
|
||||||
mission.orbitSpeed = UTILS.KnotsToMps(Speed or 350)
|
mission.orbitSpeed = UTILS.KnotsToKmph(Speed or 350)
|
||||||
mission.missionSpeed = UTILS.KnotsToMps(Speed or 350)
|
mission.missionSpeed = UTILS.KnotsToKmph(Speed or 350)
|
||||||
|
|
||||||
if Heading and Leg then
|
if Heading and Leg then
|
||||||
mission.orbitHeading=Heading
|
mission.orbitHeading=Heading
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user