I'm Adam Youssef, and I was using my Arduino Mega 2560 to run a Makelangelo software. It didn't work many times with the arduino connected to the motorshield and the motors and servo were all connected to the motorshield. So I adressed this problem to Dan Royer, and he said to run it only on the arduino, and if it works, then start adding bit by bit until you find the problem. So when I tried it on my arduino, it gave me this error code:
C:\Users\Hanan\AppData\Local\Temp\Temp3_MarginallyClever-Makelangelo-firmware-7.11.0-0-g83d73a2.zip\MarginallyClever-Makelangelo-firmware-83d73a2\makelangeloFirmwareRumba\makelangeloFirmwareRumba.ino:17:21: fatal error: Vector3.h: No such file or directory
#include “Vector3.h”
^
compilation terminated.
exit status 1
Error compiling for board Arduino/Genuino Mega or Mega 2560.
I'm not really sure what's going on because Dan said that it didn't look like a hardware issue. I hope you all can help me please! Thanks a lot!
Your file path looks like it's in temp as well as a zip and all sorts of wrong.
Save the ino to where your other sketches are and install the library correctly.
I don't understand what you mean by install the library correctly. I went to the website where I could download the Makelangelo software, downloaded it. It opens up with the file called Winrar. So I right click on it and say take me to the file location. I go to windows explorer, open the Makelangelo file, open the RUMBA file, then the ino file is already there with the vector3 file and a whole bunch of other ones like configure h.
You need to extract the files (just like with a zip file) into a directory of your choice. Next you should be able to double click the ino in that directory of your choice, it will open up in the Arduino IDE and you can compile.