You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the CMakeLists exposes a WITH_CERES option, ceres is indeed required to compile v4r, due to modules/reconstruction/include/v4r/reconstruction/impl/ReprojectionError.hpp including ceres/rotation.h.
The text was updated successfully, but these errors were encountered:
Yes, you are right. At the moment, we do not conditionally compile files / modules depending on whether these 3rd party libraries are installed. This would require to rewrite some cmake files of V4R but is planned to be implemented in the future.
I seem to have encountered a similar issue. Also the libceres-dev package that can be installed with Ubuntu does not appear to provide the CeresConfig.cmake or ceres-config.cmake file required for being built WITH_CERES enabled. Is there somewhere I can get these files?
While the CMakeLists exposes a WITH_CERES option, ceres is indeed required to compile v4r, due to
modules/reconstruction/include/v4r/reconstruction/impl/ReprojectionError.hpp
includingceres/rotation.h
.The text was updated successfully, but these errors were encountered: