From 9fc43c24615d9aeb751d4ebc205c71bef18e0227 Mon Sep 17 00:00:00 2001 From: Uwe Fechner Date: Fri, 1 Nov 2024 21:12:09 +0100 Subject: [PATCH] add comment --- examples_3d/show_kite.jl | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/examples_3d/show_kite.jl b/examples_3d/show_kite.jl index 49bbe753..6b273be9 100644 --- a/examples_3d/show_kite.jl +++ b/examples_3d/show_kite.jl @@ -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 @@ -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