hengli / camodocal

CamOdoCal: Automatic Intrinsic and Extrinsic Calibration of a Rig with Multiple Generic Cameras and Odometry
Other
1.18k stars 390 forks source link

Camodocal doesn't build #5

Closed PeterMuehlfellner closed 10 years ago

PeterMuehlfellner commented 10 years ago

When freshly checking out camodocal, and following the build instructions, I get the following error on make:

/usr/bin/ld: cannot find -lcamodocal_camera_models

This seems to be related to the pre-condition (CERES_FOUND) for the camera_models package. I got it to build by:

Does this make sense? What's the proper solution to this problem?

hengli commented 10 years ago

I implemented your suggestions, and removed all CERES_FOUND pre-conditions from the CMakeLists.txt files as Ceres is a required library. Thanks for the suggestions!