Fri 30 Aug 2024 04:45:37 PM CEST
This commit is contained in:
parent
2aedb40b14
commit
59ac7353fc
|
@ -1,9 +1,11 @@
|
||||||
// World agent controlling the simulation and collection monitoring data
|
// World agent controlling the simulation and collection monitoring data
|
||||||
function (options) {
|
function (options) {
|
||||||
this.monitor=[]
|
this.monitor=[]
|
||||||
|
this.testnode=1
|
||||||
this.act = {
|
this.act = {
|
||||||
init: function () {
|
init: function () {
|
||||||
log('Initializing ...');
|
log('Initializing ...');
|
||||||
|
this.testnode=simu.getNode('beacon 3');
|
||||||
// csv.write(file,header,data:[[]]|[{}],callback?,verbose?)
|
// csv.write(file,header,data:[[]]|[{}],callback?,verbose?)
|
||||||
},
|
},
|
||||||
percept: function () {
|
percept: function () {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user