Francesco
Francesco
Hi @edhage , so for 1st issue, if you want a skill B to see the output of a skill A, executed before, you need to make sure that: 1....
Hi @robberthofmanfm , all your considerations are correct. The fact is, that the GUI can't currently handle multiple skill managers. If you want to use skiros with multiple skill managers,...
Hi @robberthofmanfm , I would always suggest to use the SkillLayerInterface to interface with the skill manager. If the agents results in an empty dictionary, it could be a problem...
Hi again, I am glad you found the solution :) Indeed, waiting with a while loop is the most straightforward solution I can think about at the moment. In the...
Hi @toondaemenFM, in this case the right solution is to remap the place parameter to another key. In general, it is always better (it is more flexible) to work with...
Btw, from what I recall the Options are ignored by the default Executor visitor. if you want to use them you would need to implement it in the visitor. Maybe...
I would rather fix it to check cut the link to an instance (has_instance) as a first thing in the tryOther function
Fine by me too
Another equivalent solution could be to add a skill to forget about the part so at next iteration the autoparametrize would kick in again.
So this will throw an indexerror now, right? Maybe it should be catched and throw a more meaningful error