mirror of
https://gitlab.com/lander-team/lander-sim.git
synced 2025-08-03 11:51:27 +00:00
More realistic step size - 0.01s
This commit is contained in:
@@ -25,7 +25,7 @@ Mb = M0 - Mp; % Bu
|
||||
tb = Tcurve(end, 1) - Tcurve(1, 1); % Burn Time [s]
|
||||
mdot = Mp / tb; % Mass Flow Rate [kg/s]
|
||||
D = 0; % Drag [N]
|
||||
stepSize = 0.001; % Simulation Step Size [s]
|
||||
stepSize = 1/100; % Simulation Step Size [s]
|
||||
maxServo = 7.5; % Max Servo Rotation [deg]
|
||||
|
||||
% Moment of Inertia / Mass
|
||||
|
Reference in New Issue
Block a user