I'm trying to add the camera tracking code to APM 2.2, and getting an error in test.pde. The error is
test:398: error: 'mix_mode' was not declared in this scope
It seems that the mix_mode variable is declared in Parameters.h, but that is never included in the supplied test.pde. What am I missing? Is there any more detailed instructions than those at http://code.google.com/p/ardupilot-mega/wiki/Tracking?
Replies
If you follow the instructions to the letter it will compile fine but you will notice some yaw lag produced by the maths adjustments in this current version. A newer version is in the pipeline that will function far faster thanks to embedded libraries. Also only being able to track home is rather limiting from a tracking standpoint.