File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
2222Pkg = " 44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
2323PrecompileTools = " aea7be01-6a6a-4083-8856-8a6e6704d82a"
2424Reexport = " 189a3867-3050-52da-a836-e630ba90ab69"
25- ReferenceFrameRotations = " 74f56ac7-18b3-5285-802d-d4bd4f104033"
2625Rotations = " 6038ab10-8711-5258-84ad-4b1120ba62dc"
2726Serialization = " 9e88b42a-f829-5b0c-bbe9-9e923198166b"
2827StaticArrays = " 90137ffa-7385-5640-81b9-e52037218182"
@@ -41,7 +40,9 @@ Dierckx = "0.5"
4140DiffEqBase = " 6.152.2"
4241DocStringExtensions = " 0.8, 0.9"
4342Documenter = " 1.0"
43+ Interpolations = " 0.15"
4444KitePodModels = " 0.3.5"
45+ KiteUtils = " 0.8.2"
4546LaTeXStrings = " 1.3.1"
4647ModelingToolkit = " ~9.42.0"
4748NLsolve = " 4.5"
@@ -61,6 +62,7 @@ Sundials = "4.24"
6162SymbolicIndexingInterface = " 0.3.27"
6263Timers = " 0.1.5"
6364WinchModels = " 0.3.3"
65+ Xfoil = " 0.5.0"
6466julia = " 1.10"
6567
6668[extras ]
Original file line number Diff line number Diff line change 11# generate test cases for the calculation of roll, pitch and yaw
22using LinearAlgebra
3- import ReferenceFrameRotations as RFR
43
54using Printf
65
Original file line number Diff line number Diff line change 11# generate test cases for the calculation of roll, pitch and yaw
22# convert all vectors to NED reference frame first
33using LinearAlgebra
4- import ReferenceFrameRotations as RFR
54
65# z-y′-x″ (intrinsic rotations) or x-y-z (extrinsic rotations):
76# the intrinsic rotations are known as: yaw, pitch and roll
You can’t perform that action at this time.
0 commit comments