Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Nov 1, 2024
1 parent d624c8f commit 9fc43c2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions examples_3d/show_kite.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# generate test cases for the calculation of roll, pitch and yaw
# show a static kite for verification of roll, pitch and yaw
# to run this script, use the following commands:
# julia --project
# include("examples_3d/show_kite.jl")
using LinearAlgebra

using Printf
Expand All @@ -7,8 +10,8 @@ using Pkg, Timers
tic()
if ! ("KiteViewers" keys(Pkg.project().dependencies))
Pkg.activate("examples_3d")
pkg"add KiteUtils#main"
pkg"add KiteModels#main"
# pkg"add KiteUtils#main"
# pkg"add KiteModels#main"
end
using KiteUtils, Rotations, StaticArrays
using KiteViewers
Expand Down

0 comments on commit 9fc43c2

Please sign in to comment.