-
I propose a new, hidden system function `_bytecode.load(number)` that resets the VM an loads a new bytecode into memory. It would work analogously to the `sound.{system,record,replay,play}` functions:…
-
It is currently difficult to set the level of proximity and ground sensors in VPL advanced mode. If the current value of the sensor were shown, it would be much easier.
This can be implemented by pro…
-
It would be nice for the Aseba compiler to provide the common optimisations done in other compilers, such as common sub-expression elimination, etc. Some of these would be more effective if the langua…
-
Two issues are affecting the hidden native functions in studio, probably with the same root cause:
- Hidden native functions cannot be dragged and dropped from the list to the editor
- Hidden native f…
-
Moving here from the initial report: https://github.com/aseba-community/aseba/issues/752
Adding a procedure call to a procedure block results in an empty AESL subroutine being generated.
The cod…
-
-
Running Thymio from CodeEditor does not work,
throws following exception in console:
![errorthymio](https://github.com/OpenRoberta/openroberta-lab/assets/82971538/49daf7fd-e064-41bd-ac65-0c600cd3742…
-
I would like a native function to sum the elements of an array, instead of writing an explicit loop. Since the following code works, it should be possible to implement without changing the firmware.
…
motib updated
6 years ago
-
This issue is the place for the general discussion on the new Aseba Switch to be released in 1.7.
-
If the payload of an Aseba message is smaller than what's specified in its header, the application terminates with a not-so-friendly error message written to stderr. This also happens with other error…