type error fix

This commit is contained in:
2026-03-04 21:27:51 -08:00
parent 6da0c97abf
commit 624b2bdcb2
2 changed files with 12 additions and 6 deletions

View File

@@ -1,8 +1,14 @@
% Define path to run results copied from AERPAW platform
resultsPath = fullfile(matlab.project.rootProject().RootFolder, "sandbox", "t1");
%% Plot AERPAW logs (trajectory, radio)
resultsPath = fullfile(matlab.project.rootProject().RootFolder, "sandbox", "t1"); % Define path to results copied from AERPAW platform
% Plot GPS logged data and scenario information (domain, objective, obstacles)
uif = plotGpsLogs(resultsPath);
fGlobe = plotGpsLogs(resultsPath);
% Plot radio statistics
f = plotRadioLogs(resultsPath);
fRadio = plotRadioLogs(resultsPath);
%% Run simulation
% Run miSim using same AERPAW scenario definition CSV
%% Plot AERPAW trajectory logs onto simulated result for comparison