Observer embryo, Maestro done
This commit is contained in:
+40
@@ -15,6 +15,13 @@
|
||||
"GETAGENTSINPRISM"
|
||||
],
|
||||
"roles": "*"
|
||||
},
|
||||
{
|
||||
"canDo": [
|
||||
"STARTSIMULATION",
|
||||
"STOPSIMULATION"
|
||||
],
|
||||
"roles": "*"
|
||||
}
|
||||
],
|
||||
"gps": {
|
||||
@@ -28,11 +35,44 @@
|
||||
},
|
||||
"agentVectorChangeChannel": "arena:agents:*",
|
||||
"collisionsChannel": "arena:agents:[UID]",
|
||||
"lifecycle": {
|
||||
"arenaChannel": "arena:lifecycle",
|
||||
"godsReadyChannel": "arena:gods:ready"
|
||||
},
|
||||
"arenaStorage": {
|
||||
"agentHashKey": "arena:agents:[UID]",
|
||||
"agentsIndexKey": "arena:agents"
|
||||
},
|
||||
"senderId": "gps",
|
||||
"nearMissDistance": 1,
|
||||
"prismTimeHeight": 60,
|
||||
"collisionTickMs": 100,
|
||||
"prismRefreshLeadSeconds": 1
|
||||
},
|
||||
"maestro": {
|
||||
"maestroActionsChannel": "system:requests:maestro",
|
||||
"maestroActionsReply": "system:replies:[UID]",
|
||||
"senderId": "maestro",
|
||||
"lifecycle": {
|
||||
"arenaChannel": "arena:lifecycle",
|
||||
"godsReadyChannel": "arena:gods:ready"
|
||||
},
|
||||
"expectedGods": ["gps"],
|
||||
"readyTimeoutMs": 30000
|
||||
},
|
||||
"mysql": {
|
||||
"socketPath": "/var/run/mysqld/mysqld.sock",
|
||||
"database": "p42GUI"
|
||||
},
|
||||
"observer": {
|
||||
"observerActionsChannel": "system:requests:observer",
|
||||
"observerActionsReply": "system:replies:[UID]",
|
||||
"senderId": "observer",
|
||||
"lifecycle": {
|
||||
"arenaChannel": "arena:lifecycle",
|
||||
"godsReadyChannel": "arena:gods:ready"
|
||||
}
|
||||
},
|
||||
"systemMesh": {
|
||||
"redis": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user