From 59ac7353fc6d04aea4d7db281ae8476bd1561ef3 Mon Sep 17 00:00:00 2001 From: sbosse Date: Fri, 30 Aug 2024 16:45:39 +0200 Subject: [PATCH] Fri 30 Aug 2024 04:45:37 PM CEST --- demo/sejam2/simple/world.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/demo/sejam2/simple/world.js b/demo/sejam2/simple/world.js index 1117b19..2bd1a9a 100644 --- a/demo/sejam2/simple/world.js +++ b/demo/sejam2/simple/world.js @@ -1,9 +1,11 @@ // World agent controlling the simulation and collection monitoring data function (options) { this.monitor=[] + this.testnode=1 this.act = { init: function () { log('Initializing ...'); + this.testnode=simu.getNode('beacon 3'); // csv.write(file,header,data:[[]]|[{}],callback?,verbose?) }, percept: function () {