Skip to content

Commit

Permalink
remove ReferenceFrameRotations
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Oct 20, 2024
1 parent 50daf46 commit c9a6eca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
ReferenceFrameRotations = "74f56ac7-18b3-5285-802d-d4bd4f104033"
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Expand All @@ -41,7 +40,9 @@ Dierckx = "0.5"
DiffEqBase = "6.152.2"
DocStringExtensions = "0.8, 0.9"
Documenter = "1.0"
Interpolations = "0.15"
KitePodModels = "0.3.5"
KiteUtils = "0.8.2"
LaTeXStrings = "1.3.1"
ModelingToolkit = "~9.42.0"
NLsolve = "4.5"
Expand All @@ -61,6 +62,7 @@ Sundials = "4.24"
SymbolicIndexingInterface = "0.3.27"
Timers = "0.1.5"
WinchModels = "0.3.3"
Xfoil = "0.5.0"
julia = "1.10"

[extras]
Expand Down
1 change: 0 additions & 1 deletion examples_3d/show_kite.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# generate test cases for the calculation of roll, pitch and yaw
using LinearAlgebra
import ReferenceFrameRotations as RFR

using Printf

Expand Down
1 change: 0 additions & 1 deletion mwes/mwe_22.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# generate test cases for the calculation of roll, pitch and yaw
# convert all vectors to NED reference frame first
using LinearAlgebra
import ReferenceFrameRotations as RFR

# z-y′-x″ (intrinsic rotations) or x-y-z (extrinsic rotations):
# the intrinsic rotations are known as: yaw, pitch and roll
Expand Down

0 comments on commit c9a6eca

Please sign in to comment.