Arduino Robot compiling errors

Hallo,

I got the Arduino Robot and am trying to get it started. I have Arduino 1.8.1 on my laptop. I can not find te examples for the Robot Control and if I copy the exaples from the site I get a lot of compiling errors with "library not found" errors. It looks like the Includes do not work.

I also have an Ardiuno One and that works fine.

Any sugestions ?
Thanks.

The examples should be found at File > Examples > RETIRED > Robot Control. Do you see them there?

As for the "library not found" error, I've never seen that error. When you want help with an error message here on the forum we need you to post the FULL error ouput, not just a paraphrased snippet. When you encounter an error you'll see a button on the right side of the orange bar "Copy error messages". Click that button. Paste the error in a message here USING CODE TAGS(</> button on the toolbar).

There is also a problem with the version of the Robot Control library included with the Arduino IDE that makes it incompatible with Arduino IDE 1.6.10 and newer. So you will need to update to the fixed library(I don't know why the Arduino developers think it's acceptable to ship known broken code with the IDE but they do):

So lets deal with your current problems and after that if you need help with the update let me know and I'll provide instructions.