1
0
mirror of https://gitlab.com/lander-team/lander-cpp.git synced 2025-07-26 08:01:34 +00:00

PID fully debugged

This commit is contained in:
bpmcgeeney
2021-10-14 17:39:17 -07:00
parent 591ddc77e4
commit af4a5d16d5
7 changed files with 159 additions and 117 deletions

View File

@@ -27,8 +27,8 @@ rolldot = T(:, 16);
Servo1 = T(:, 17);
Servo2 = T(:, 18);
LQRx = T(:, 19);
LQRy = T(:, 20);
LQRx = T(:, 20);
LQRy = T(:, 21);
% Acceleration
subplot(3, 1, 1)