Andreas Weber

Results 6 issues of Andreas Weber

I've searched the manual if I've missed an option and the problem is so trivial, that I would be surprised no one raised it before: `echo -e 'a,b\n"hello","004.56"' | mlr...

If you change direction of the steer block, the motors don't turn backwards when speeds are different for left and right. The simulation shows the robot moving as expected. robot...

bug

Following sketch ![grafik](https://github.com/OpenRoberta/openroberta-lab/assets/240064/f5b8a5de-d8e0-474d-8aee-866933f3e09f) translates to ``` ... float ___x; task main() { ___x = 0; while ( true ) { ___x = Random(100) / 100; NumOut(0, (MAXLINES - 1) *...

bug

Random(100) / 100 always evaluates to 0 due to integer division. The provided patch forces a floating point division. Tested on NXT with nbc 1.2.1.r4 and original Lego firmware 1.29

Dear RobertCNelson, I have a BeagleBoard-xM Rev C with LI-5M03CS camera module from Leopard Imaging with Aptina mt9p031 sensor. I've followed the steps on http://www.elinux.org/BeagleBoardDebian#Debian_NetInstall (basically git clone, ./mk_mmc.sh --mmc...

### Description / Steps to reproduce the issue Open UCRT64 shell, pacman -S mingw-w64-ucrt-x86_64-freecad, freecad ### Expected behavior I expect the freecad window is shown with menu bars, 3D view...

bug