moved origin to get more space from geofence

This commit is contained in:
2026-03-02 12:15:01 -08:00
parent 1d4f59734b
commit 5408a31d56
16 changed files with 64 additions and 10 deletions

View File

@@ -27,7 +27,7 @@ classdef parametricTestSuite < matlab.unittest.TestCase
methods (Test)
% Test cases
function test_scenario(tc)
function test_AERPAW_scenario(tc)
% Load scenario definition
tc.csvPath = fullfile(matlab.project.rootProject().RootFolder, "aerpaw", "config", "scenario.csv");
params = tc.testClass.readScenarioCsv(tc.csvPath);