Skip to content

Commit

Permalink
update parking_4p.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Nov 1, 2024
1 parent 9fc43c2 commit 883409f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions examples_3d/parking_4p.jl
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# TODO: calculate the rotation between q and q2
# - first add the function to calculate the rotation between two quaternions
# Steer the kite to the side and then back until heading is about zero.

using Printf

using Pkg, Timers
tic()
if ! ("KiteViewers" keys(Pkg.project().dependencies))
Pkg.activate("examples_3d")
pkg"add KiteUtils#main"
pkg"add KiteModels#azimuth"
# pkg"add KiteUtils#main"
# pkg"add KiteModels#azimuth"
end
using KiteModels, KitePodModels, KiteUtils, Rotations, StaticArrays
using ControlPlots, KiteViewers
Expand All @@ -20,7 +19,7 @@ set = deepcopy(se())
dt = 0.05
set.solver="DFBDF" # IDA or DFBDF
set.linear_solver="GMRES" # GMRES, LapackDense or Dense
STEPS = 328
STEPS = 352
PRINT = false
STATISTIC = false
PLOT=false
Expand Down

0 comments on commit 883409f

Please sign in to comment.