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 121 forks source link

MBot2 zeigt 'NO_PORT' im Programmierblock #1579

Closed rbudde closed 10 months ago

rbudde commented 10 months ago

The Block has to show a dropdown with the values R and L, R pre-seelcted

rbudde commented 10 months ago

see the attached image: one of the two blocks is affected only 2023-11-15 10_24_41-Open Roberta Lab

heini208 commented 10 months ago

Caused By the added && !'joycar' here

!this.workspace.device === 'joycar' is always false which causes encoders to not work here anymore.

heini208 commented 10 months ago

Resolved in this Commit adding this Blockly Commit.