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
124 stars 118 forks source link

Running Thymio from CodeEditor does not work #1610

Open NiHoffmann opened 6 months ago

NiHoffmann commented 6 months ago

Running Thymio from CodeEditor does not work, throws following exception in console: errorthymio

To Reproduce

  1. Connect Thymio
  2. Switch to SourceCodeEditor
  3. Press Run

This error happens with and without empty program. Running the program from NEPOeditor works.

Additional Information: in ProgRun controller there is a if statement for thymio: PROGRAM.showSourceProgram is called for runOnBrick but not for runNative.