We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02f6072 commit bce183aCopy full SHA for bce183a
examples/stability_ufc.jl
@@ -93,7 +93,6 @@ function open_loop_system(winch, v_set, v_wind)
93
# Create the open loop system with the upper force controller
94
C = upper_force_controller(winch.wcs)
95
sys = linearize(winch, v_set, v_wind)
96
- # sys_open = feedback(C * sys, 1.0; sign=-1)
97
return C * sys
98
end
99
0 commit comments