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

x/y coordinates LED reading/writing seems inverted #1585

Closed thoschi closed 5 months ago

thoschi commented 7 months ago

Describe the bug

To Reproduce Steps to reproduce the behavior:

  1. set LED (0,1) to brightness 5
  2. read LED (0,1) -> brightness 0
  3. read LED (1,0) -> brightness 5

Expected behavior

Device information

AyaMoussa commented 5 months ago

Solved (duplicate of issue 1609)