I have problems compiling latest build from trunk.This is what I get:C:\Arducopter2.0.2\libraries\AP_IMU/AP_IMU_Oilpan.h: In function 'void slow_loop()':C:\Arducopter2.0.2\libraries\AP_IMU/AP_IMU_Oilpan.h:71: error: 'float AP_IMU_Oilpan::_sensor_compensation(uint8_t, int) const' is privateArduCopterMega:865: error: within this contextCommenting out line 833 in ArducopterMega.pde solves the problem.//Serial.printf("sc: %4.4f \n", imu._sensor_compensation(0,50));Cheers,E.
You need to be a member of diydrones to add comments!
Replies
Sorry, that was a debugging line left in the code.
Jason
Did you upgrade your library folder ?
AP_IMU_Oilpan.h has been updated just before 2.0.27