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
|
||||
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 () {
|
||||
|
|
Loading…
Reference in New Issue
Block a user