Hi
im trying to upload the APOpticalFlow_test.pde to APM as written here:
http://code.google.com/p/arducopter/wiki/AC2_OptFlow
ive downloaded the file and tried to upload it using arduino 1.0
arduino is config to :
AVRISP mkII
Arduino mega 2560
it gives "error compiling"
what is the problem ?
ive downloaded the latest arducopter and libraries
In file included from D:\Docs\elec\_quad\ardusketch\libraries\FastSerial/BetterStream.h:16,
from D:\Docs\elec\_quad\ardusketch\libraries\FastSerial/FastSerial.h:56,
from AP_OpticalFlow_test.cpp:6:
D:\Docs\elec\_quad\ardusketch\libraries\FastSerial/../AP_Common/AP_Common.h:19:20: error: wiring.h: No such file or directory
In file included from D:\Docs\elec\_quad\ardusketch\libraries\AP_DCM/AP_DCM.h:8,
from AP_OpticalFlow_test.cpp:10:
D:\Docs\elec\_quad\ardusketch\libraries\AP_DCM/AP_DCM_HIL.h:7:22: error: WProgram.h: No such file or directory
In file included from AP_OpticalFlow_test.cpp:6:
D:\Docs\elec\_quad\ardusketch\libraries\FastSerial/FastSerial.h:119: error: conflicting return type specified for 'virtual void FastSerial::write(uint8_t)'
C:\Users\ar\Desktop\arduino-1.0-windows\arduino-1.0\hardware\arduino\cores\arduino/Print.h:48: error: overriding 'virtual size_t Print::write(uint8_t)'
Replies
ARHEXA,
Yes, it's just because there have been some changes to arduino in ver 1.0 so we need to make some small modifications to the code to support it. They're not huge and I've started on it.
Re the optflow sensor, I will be adding an OF_LOITER flight mode this weekend at least to the trunk version. It may take a little longer (up to a week) to start coming out of the mission planner.
got it right with arduino 0.22
strange...