maestro refacto to grrom, getpositions actions transfered to Observer, changed to frustum, with subscription

This commit is contained in:
STEINNI
2026-06-14 10:16:56 +00:00
parent f3102d5fbc
commit c399f9ddb4
21 changed files with 760 additions and 185 deletions
+3 -2
View File
@@ -62,7 +62,7 @@
"properties": {
"gpsActionsChannel": { "type": "string" },
"gpsActionsReply": { "type": "string" },
"storage": {
"GPSstorage": {
"type": "object",
"properties": {
"agentHashKey": { "type": "string" },
@@ -109,7 +109,7 @@
"required": [
"gpsActionsChannel",
"gpsActionsReply",
"storage",
"GPSstorage",
"agentVectorChangeChannel",
"collisionsChannel"
]
@@ -159,6 +159,7 @@
"observerActionsChannel": { "type": "string" },
"observerActionsReply": { "type": "string" },
"senderId": { "type": "string" },
"scanIntervalMs": { "type": "integer", "minimum": 50 },
"lifecycle": {
"type": "object",
"properties": {