Skip to content
Snippets Groups Projects
Commit c458dea8 authored by Alessandro Donadi's avatar Alessandro Donadi
Browse files

Merge branch 'Fault_simulation' of git.skywarder.eu:avn/gnc/matlab-simulator into Fault_simulation

parents df15edc7 e4091891
No related branches found
No related tags found
1 merge request!5Draft: Fault simulation
......@@ -40,8 +40,8 @@ settings.frequencies.chamberPressureFrequency = 50; % [hz
settings.frequencies.pitotFrequency = 20; % [hz] sensor frequency
% Servo (MARK STAR - HBL 3850)
settings.servo.tau = 0.0461; % Servo motor time constant
settings.servo.delay = 0.0468; % Servo motor delay
settings.servo.tau = 0.0374588; % Servo motor time constant
settings.servo.delay = 0.070548; % Servo motor delay
settings.servo.tau_acc = 0.01; % Servo motor acceleration time constant
settings.servo.maxSpeed = deg2rad(300); %[rad/s] % max rpm speed of the servo motor
settings.servo.minAngle = 0; % min servo angle
......
......@@ -27,7 +27,7 @@ scenarios explanation:
% scenario configuration
conf.scenario = "full flight";
conf.scenario = "descent";
conf.board = "payload"; % Either "main" or "payload"
conf.HIL = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment