Final Version

This commit is contained in:
Lakshu Periakaruppan
2020-04-24 11:44:22 -05:00
parent 4e702b2987
commit 02a16847c2
3 changed files with 4 additions and 4 deletions

Binary file not shown.

View File

@@ -56,8 +56,8 @@ z0 = 0;
xdot0 = 0;
ydot0 = 0;
zdot0 = 0;
phi0 = 5*(pi/180)*0;
theta0 = 5*(pi/180)*0;
phi0 = 10*(pi/180);
theta0 = 10*(pi/180);
psi0 = 0;
phidot0 = 0;
thetadot0 = 0;
@@ -76,8 +76,8 @@ kdt = 0.1;
kpps = 0.0901;
kdps = 0.0486;
kpz = 4.0670;
kdz = 2.9031;
kpz = 3.9691;
kdz = 2.7627;
%% Load LQR gains
LQRGoal1 = matfile('FiniteLQRGoal_1_K.mat');

Binary file not shown.