Skip to content
Snippets Groups Projects
Commit 8b3f664e authored by Angel Santamaria-Navarro's avatar Angel Santamaria-Navarro
Browse files

update to use ceres api 1.12.0

parent bac5d8e9
No related branches found
No related tags found
1 merge request!109Ceres new api
......@@ -11,7 +11,7 @@ CeresManager::CeresManager(ProblemPtr _wolf_problem, const ceres::Solver::Option
use_wolf_auto_diff_(_use_wolf_auto_diff)
{
ceres::Covariance::Options covariance_options;
covariance_options.algorithm_type = ceres::SUITE_SPARSE_QR;//ceres::DENSE_SVD;
covariance_options.algorithm_type = ceres::SPARSE_QR;//ceres::DENSE_SVD;
covariance_options.num_threads = 8;//ceres::DENSE_SVD;
covariance_options.apply_loss_function = false;
//covariance_options.null_space_rank = -1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment