coordinate bug cleanup

This commit is contained in:
2026-05-03 09:23:21 -07:00
parent 81fe1b67c5
commit 4159a3a5cb
4 changed files with 22 additions and 2 deletions
+11
View File
@@ -0,0 +1,11 @@
function obj = clearRssCache(obj)
arguments (Input)
obj (1, 1) {mustBeA(obj, "rfSensor")};
end
arguments (Output)
obj (1, 1) {mustBeA(obj, "rfSensor")};
end
obj.rssCache = double.empty(0, 1);
end