Skip to content

Commit

Permalink
Fix for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Jul 8, 2024
1 parent 4dacae8 commit 35da6ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/plots.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function plot_control(log=nothing)
display(plotx(log.syslog.time, rad2deg.(sl.elevation), rad2deg.(sl.azimuth), rad2deg.(sl.heading), sl.force, 100*sl.depower, 100*sl.steering, sl.sys_state, sl.var_01, sl.var_02;
ylabels=["elevation [°]", "azimuth [°]", "heading [°]", "force [N]", "depower [%]", "steering [%]", "fpp_state", "cycle", "fig8"],
fig="control", ysize=10))
sleep(0.05)
display(plotx(log.syslog.time, rad2deg.(sl.elevation), rad2deg.(sl.azimuth), -rad2deg.(wrap2pi.(sl.heading)), 100*sl.depower, 100*sl.steering, rad2deg.(sl.var_07), sl.var_06, sl.sys_state, sl.var_01;
ylabels=["elevation [°]", "azimuth [°]", "psi [°]", "depower [%]", "steering [%]", "chi_set", "ndi_gain", "fpp_state", "cycle"],
fig="fpc", ysize=10))
Expand Down

0 comments on commit 35da6ca

Please sign in to comment.