added communications geometry

This commit is contained in:
2025-12-27 16:14:44 -08:00
parent 1d11ac4e90
commit 61cdb96102
8 changed files with 31 additions and 7 deletions

View File

@@ -28,6 +28,7 @@ classdef agent
% Communication
comRange = NaN;
commsGeometry = spherical;
performance = 0;
@@ -35,6 +36,7 @@ classdef agent
scatterPoints;
debug = false;
debugFig;
plotCommsGeometry = true;
end
methods (Access = public)