fixed abuse of memory

This commit is contained in:
2025-12-05 17:28:34 -08:00
parent 95ea19e546
commit 06882d2f30
2 changed files with 9 additions and 0 deletions

View File

@@ -90,6 +90,7 @@ classdef test_miSim < matlab.unittest.TestCase
if ~tc.obstacleCollisionCheck(tc.obstacles(1:(ii - 1)), tc.obstacles{ii})
badCandidate = false;
end
end
end