diff --git a/src/Naman_LQR_Working.m b/src/LQR.m similarity index 99% rename from src/Naman_LQR_Working.m rename to src/LQR.m index 2a71358..e8c9de7 100644 --- a/src/Naman_LQR_Working.m +++ b/src/LQR.m @@ -76,6 +76,11 @@ impulse(discrete, 0:T_s:1); %U3 couples Y1 and Y5, and U4 gets us Y6 %% Define goals +% Desired position +x_d = 0; +y_d = 0; +z_d = 0; + %Goal 1: settle at 1m height <2s x_0_up = [0, 0, -1, ... 0, 0, 0, ... diff --git a/src/LQR.slx b/src/LQR.slx new file mode 100644 index 0000000..c2fa0b4 Binary files /dev/null and b/src/LQR.slx differ