AERPAW bug fixes for first experiment

This commit is contained in:
2026-04-05 14:54:56 -07:00
parent 789aecc560
commit 9564a5707f
7 changed files with 186 additions and 135 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ if ~coder.target('MATLAB')
end
% Load guidance scenario from CSV (parameters for guidance_step)
NUM_SCENARIO_PARAMS = 45;
NUM_SCENARIO_PARAMS = 48;
MAX_OBSTACLES_CTRL = int32(8);
scenarioParams = zeros(1, NUM_SCENARIO_PARAMS);
obstacleMin = zeros(MAX_OBSTACLES_CTRL, 3);