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

Mbot2 only: source code editor run button is without function #1624

Closed bjost2s closed 4 months ago

bjost2s commented 4 months ago

When clicking on the "run on robot" button in the source code editor, the system reacts with nothing, so in this case the python code is not transferred to the robot (via the connector program).

The reason is obvious, the corresponding workflow is set to "nothing": robot.plugin.workflow.runnative = do.nothing

heini208 commented 4 months ago

Fixed: source code editor now works as expected