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

Add a test to check cross compilation for all sensors and actuators for each robot #40

Open vlebedynska opened 5 years ago

vlebedynska commented 5 years ago

for general tests applicable to all robots see #33

for each robot the tests should detect compilation problems caused by using the robot-specific sensors and actuators. The test is part of the robot-specific test-suite. It takes a blockly program, generates code and calls the cross-compiler.

Test are avalable for the following robots

bjost2s commented 5 years ago

Please comment on the current state of this issue

vlebedynska commented 5 years ago

The issue has not yet been completed. I'll work on it until the next release.