Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Nov 1, 2024
1 parent 883409f commit 5da0628
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions examples_3d/parking_4p.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Steer the kite to the side and then back until heading is about zero.
# To run this script, use the following commands:
# julia --project
# include("examples_3d/parking_4p.jl")

using Printf

Expand Down
2 changes: 1 addition & 1 deletion examples_3d/show_kite.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# show a static kite for verification of roll, pitch and yaw
# to run this script, use the following commands:
# To run this script, use the following commands:
# julia --project
# include("examples_3d/show_kite.jl")
using LinearAlgebra
Expand Down

0 comments on commit 5da0628

Please sign in to comment.