rangefinder error on compile

i've been trying to get the new beta uploaded but always get the same error on compile.

copied the new libraries over but no help.

 

D:\_Quadcopter\arduino-0022\libraries\AP_RangeFinder\AP_RangeFinder_MaxsonarLV.cpp: In constructor 'AP_RangeFinder_MaxsonarLV::AP_RangeFinder_MaxsonarLV()':

D:\_Quadcopter\arduino-0022\libraries\AP_RangeFinder\AP_RangeFinder_MaxsonarLV.cpp:34: error: no matching function for call to 'RangeFinder::RangeFinder()'

D:\_Quadcopter\arduino-0022\libraries\AP_RangeFinder\/RangeFinder.h:30: note: candidates are: RangeFinder::RangeFinder(AP_ADC*, ModeFilter*)

D:\_Quadcopter\arduino-0022\libraries\AP_RangeFinder\/RangeFinder.h:27: note:                 RangeFinder::RangeFinder(const RangeFinder&)

You need to be a member of diydrones to add comments!

Join diydrones

Email me when people reply –

Replies

  • somehow fubared my libraries, so just reinstalled arduino and 2.0.46 seems to be compiling just fine now. thanks for confirming it was a libraries issue,

  • Developer

    Looks like your libraries are not in the correct spot. Make sure you specify the library path to right folder. Then Restart Arduino to rescan your new Library folder.

    Jason

  • 3D Robotics

    Which code are you using? The latest in the repository compiles fine for me. I've posted a zip if you're having trouble pulling from Git.

This reply was deleted.

Activity