Artem Vinokurov
Artem Vinokurov
Seems to be already patched on develop
- Initialisation of arrays with zero elements should (and will) be removed from blockly for nxt.
- for now arrays will not be re-allocated - set operation does not expand the array, it only modifies the specified element of the existing array - indices will be...
This issue refers to the change in update procedures of all robots that require HAL updates: EV3 (all versions), NAO v5 & v6, raspberry pi and possible others. This refactoring...
By the server I mean a separate software piece, not another machine. Anyway, I made a sketch of the sequence diagram for the update process: 
Or maybe like this: 
I think, that this can be used not only in tests, but in general, for verification before code generation, so yes, the java doc should be altered, but maybe not...
I think this is relevant for this issue, namely updating the protocol. In usb program there is a field missing, namely robotGroup. Because currently we have robot, which is robot's...