As stated in the description on page [1] I would assume that the emit command ist supported in the playground environment. But I can't get it done.
In the .playground file I defined two Thymios
<robot type="thymio2" x="15" y="30" nodeId="1" port="33335" name="Tim1"/>
<robot type="thymio2" x="15" y="30" nodeId="2" port="33336" name="Tim2"/>
It seems that the two robots aren't in the same network. I tried it with different options (same/different/without nodeId, port or name), but nothing worked.
My questions are:
- Is the emit command supported in the playground environment?
- If yes, is there perhaps an example of a .playground file around? That would help me to find out what I did wrong.
I'm greatly thankful for all help!