I've followed the instructions on the new ArduPilkot Manual and I"m not able to compile or download to the APM. Here are the steps I've taken:
1. Downloaded latest Beta Code
2. Downloaded and installed latest ver. of Arduino (.21)
3. Re-set sketchbook with new ArduPilot Mega and Library folders
4. Defined GPS as #define GPS_PROTOCOL GPS_PROTOCOL_MTK
I tried to complile and download and nothing but errors...
ArduPilotMega.cpp:17:24: error: FastSerial.h: No such file or directory
ArduPilotMega.cpp:18:23: error: AP_Common.h: No such file or directory
ArduPilotMega.cpp:19:51: error: APM_RC.h: No such file or directory
...
What to do next?
Replies
"Inside the main folder there should be two folders: "ArduPilotMega" and "libraries". Drag them to the Arduino Sketchbook folder you defined in the previous steps."
Sorry for the newby questions and we all appreciate everyone's help here on DYI Drones.
As Matthias mentioned, you did not put your libraries in the right directory. You have to follow these instructions EXACTLY.
http://code.google.com/p/ardupilot-mega/wiki/Code