2.0.27 Prolems compiling - solved

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!

Join diydrones

Email me when people reply –

Replies

  • Developer

    Sorry, that was a debugging line left in the code.

    Jason

  • Developer

     

    Did you upgrade your library folder ?

     

    AP_IMU_Oilpan.h has been updated just before 2.0.27

  • 3D Robotics
    Good catch. I've uploaded that fix to the SVN for now, waiting for Jason to review and fix properly.
This reply was deleted.

Activity