results plot1 WIP

This commit is contained in:
2026-03-15 13:42:35 -07:00
parent ca891a809f
commit 2a0e2e500f
19 changed files with 437 additions and 35 deletions

View File

@@ -150,7 +150,7 @@ classdef parametricTestSuite < matlab.unittest.TestCase
end
% randomly shuffle agents to make the network more interesting (probably)
agents = agents(randperm(numel(agents)));
agents = agents(randperm(numel(agents)));
% Set up obstacles
obstacles = cell(params.numObstacles(ii), 1);