Sign in to our website and become an InMoov member. It will allow you to post message, pictures, and share with others InMoov builders. It's just one click away!
Username or Email Address
Password
Remember Me
Robert Anderson posted a new activity comment 3 years, 10 months ago
I think you need 2 sets for the whole Robot
I dropped down to Arduino IDE 1.8.9 and everything worked as it should…..Thanks again for your help people 🙂
Many many Thanks….I shall give it a go
Robert Anderson posted an update 3 years, 11 months ago
Hi All, New here, I’m having a problem with the code for Arduino, it comes up with this…….Arduino: 1.8.13 (Windows 10), Board: “Arduino Uno”
In file included from sketchLinkedList.h:72:0,
from sketchMrlComm.cpp:10:
sketchLinkedList.cpp: In instantiation of ‘ListNode* LinkedList::getNode(int) [with T =…[Read more]
There are two options here to solve your problem. 1) and the better method is to go to the MRL site and search the problem there, there was a solution given there or talk to Grog or Kwatter on the MRL site. 2) install an older version of the Arduino IDE 1.8.9 works well. The problem arises from a change in the Arduino IDE and the way it interprets…[Read more]
Hello, with the new version of Arduino IDE, replace the line « return false » by « return NULL »
That was it 🙂 Thanks qwenael 🙂