Andreas Weber

Results 16 comments of Andreas Weber

Hi RobertCNelson, thank you for your reply. Is there something I can do help to get it working or do I have to wait x weeks? Regards, Andy

The problem is in https://github.com/OpenRoberta/ora-cc-rsc/blob/master/RobotNXT/NEPODefs.h#L120 where OnFwdRegEx is called with powerLeft and powerRight with floats and not chars. Explicitly copying to char before calling OnFwdRegEx fixes it, although I think...

Thank you for your reply. In the meantime I forked ora-cc-rsc and patched it there (using char instead of floats like the underlying NXC call) https://github.com/OpenRoberta/ora-cc-rsc/compare/master...Andy1978:ora-cc-rsc:master Since then I'm running...

I made various tests with different NXT firmwares: * Debian GNU/Linux has a package "nxt-firmware - Improved firmware for LEGO Mindstorms NXT bricks" . In Debian 12 (bookworm), this installs...

Hi Hehdi, I have to check in 5 weeks because I only have a windows machine at work and I'm currently out of office. Thank you