Skip to content

Commit 6702032

Browse files
committed
Add TODO
1 parent b61f090 commit 6702032

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/test_heading.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# SPDX-FileCopyrightText: 2022 Uwe Fechner
22
# SPDX-License-Identifier: MIT
33

4+
# TODO: add the option to fly at any elevation angle of the center point
5+
46
using Pkg
57
if ! ("ControlPlots" keys(Pkg.project().dependencies))
68
Pkg.activate("examples")
@@ -340,4 +342,4 @@ function play_circle_flight_video(θ)
340342
end
341343

342344
# plot_heading_and_position(turn_angles, theta, ys_all, zs_all, headings_all, psi_dot_all, h_labels, pd_labels)
343-
play_circle_flight_video(30)
345+
play_circle_flight_video(5)

0 commit comments

Comments
 (0)