1
0
mirror of https://gitlab.com/lander-team/lander-cpp.git synced 2025-07-25 23:51:35 +00:00

Revert "Resolved #7 - added inputs.csv for initial conditions"

This reverts commit ee67077664
This commit is contained in:
2021-09-20 22:03:04 +00:00
parent 7080188063
commit acf37e4b65
2 changed files with 37 additions and 57 deletions

View File

@@ -48,7 +48,7 @@ title('Altitude vs Time')
xlabel('Time (s)')
ylabel('Altitude (m)')
ylim([0 z(1)+5])
%saveas(gcf,'outputs/Accel-Vel-Alt vs Time.png')
saveas(gcf,'outputs/Accel-Vel-Alt vs Time.png')
figure(2)
@@ -72,7 +72,7 @@ plot(t, rolldot)
title('Angular Velocity vs Time')
xlabel('Time (ms)')
ylabel('Angular Velocity (deg/s)')
%saveas(gcf,'outputs/Euler Angles vs Time.png')
saveas(gcf,'outputs/Euler Angles vs Time.png')
legend("yawdot", "pitchdot", "rolldot")
figure(3)
@@ -90,4 +90,4 @@ plot(t, Servo2)
title('Servo 2 Position vs Time')
xlabel('Time (ms)')
ylabel('Servo 2 Position (rad)')
%saveas(gcf,'outputs/Servo Position vs Time.png')
saveas(gcf,'outputs/Servo Position vs Time.png')