OpenRoberta / openroberta-lab

The programming environment »Open Roberta Lab« by Fraunhofer IAIS enables children and adolescents to program robots. A variety of different programming blocks are provided to program motors and sensors of the robot. Open Roberta Lab uses an approach of graphical programming so that beginners can seamlessly start coding. As a cloud-based application, the platform can be used without prior installation of specific software but runs in any popular browser, independent of operating system and device.
Apache License 2.0
122 stars 118 forks source link

Calliope: old programs cannot be imported anymore #1635

Closed bjost2s closed 4 months ago

bjost2s commented 4 months ago

When importing specific programs into the Calliope mini plugin, the system reacts with „Fußgaengerampel.xml“ ist kein gültiges NEPO Programm und kann nicht hochgeladen werden.

The program will not be imported and the user cannot work with this program anymore. Some time ago it was possible to import the programs (atached) and work with them.

Fußgaengerampel.xml.txt Suessigkeitmaoam.xml.txt

rbudde commented 4 months ago

the error occurs in the TransformerVisitors for mbed and is not related to the RGBLED changes. It will hit all old programs that write to a digital or analog pin.

bjost2s commented 4 months ago

tested