removed extra file

This commit is contained in:
2026-01-07 09:42:09 -08:00
parent ddecf63d68
commit 62e015da42
5 changed files with 0 additions and 38 deletions

View File

@@ -7,9 +7,6 @@ classdef agent
sensorModel;
sensingLength = 0.05; % length parameter used by sensing function
% Guidance
guidanceModel;
% State
lastPos = NaN(1, 3); % position from previous timestep
pos = NaN(1, 3); % current position