RaghuvirShirodkar
RaghuvirShirodkar
Integrate robot [Thymio II](https://www.thymio.org/) in the OpenRoberta Lab. Thymio is a differential drive robot, that has a number of sensors on board, such as temperature, proximity, 3-axis accelerometer, as well...
**Describe the bug** For Arduino Nano 33 BLE and Arduino Uno Wifi Rev 2, compilation of generated code fails on locally started server on Windows. **To Reproduce** Steps to reproduce...
# Description This PR implements the following changes: - add helper method for resolving paths for Windows. - update README file with installation steps. Fixes #963, #1099 ## Type of...
**Describe the bug** When working with an Arduino robot (Uno, Nano, etc.) the block in `Action` -> `Display` -> `LCD 1602...` does not have a `show text` input, which leads...
**Describe the bug** For iOS devices with iOS 11.x and under, the `Robot Configuration` tab does not show the robot board. **To Reproduce** Steps to reproduce the behavior: 1. Go...
At present, there is no compiler provided for compiling C4EV3 programs on Windows. [There is a TODO in its place instead](https://github.com/OpenRoberta/openroberta-lab/blob/d47ca8ad579b3d8bff3aa7e1574ad4d23c06aff4/RobotEV3/src/main/java/de/fhg/iais/roberta/components/ev3c4ev3/C4Ev3SourceCompiler.java#L31-L32). This implies that a user running a local server...
**Describe the bug** When the `Open/close source code view` tab is open and the robot is changed, there is an error logged. The lab seems to function without errors nonetheless,...
This ticket is primarily used for tracking and solving all issues that involve cross compilation using `ora-cc-rsc` or `arduino-resoures` resources. Here's a list of tickets I found that have already...
# Description This PR implements the following changes: - update visitLightAction methods in Arduino, Mbot and Sensebox CPP visitors. - update tests to accommodate changes. The relevant changes for `arduino-resources`...
**Describe the bug** For robot plugins with simulation capabilities, a debug mode is also available. This allows the user to set breakpoints on different blocks in the program and step...