mirror of
https://gitlab.com/lander-team/lander-cpp.git
synced 2025-07-25 23:51:35 +00:00
fixed LQR
This commit is contained in:
@@ -18,10 +18,19 @@ roll = T(:, 13);
|
||||
yawdot = T(:, 14);
|
||||
pitchdot = T(:, 15);
|
||||
rolldot = T(:, 16);
|
||||
Servo1 = T(:, 17);
|
||||
Servo2 = T(:, 18);
|
||||
m = T(:, 19);
|
||||
thrust = T(:, 20);
|
||||
yawddot = T(:, 17);
|
||||
pitchddot = T(:, 18);
|
||||
rollddot = T(:, 19);
|
||||
I11 = T(:, 20);
|
||||
I22 = T(:, 21);
|
||||
I33 = T(:, 22);
|
||||
I11dot = T(:, 23);
|
||||
I22dot = T(:, 24);
|
||||
I33dot = T(:, 25);
|
||||
Servo1 = T(:, 26);
|
||||
Servo2 = T(:, 27);
|
||||
m = T(:, 28);
|
||||
thrust = T(:, 29);
|
||||
|
||||
% Acceleration
|
||||
subplot(3, 1, 1)
|
||||
|
Reference in New Issue
Block a user