-
Notifications
You must be signed in to change notification settings - Fork 440
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
catkin_make errors with noetic && Ubuntu 20.04 LTS #121
Comments
/home/xdh/livox_ws/src/loam_livox/source/ceres_pose_graph_3d.hpp:293:12: error: ‘LocalParameterization’ is not a member of ‘ceres’ hello,after doing this,i meet this new error,can youhelp me?thanks |
hi, i ran into the same errors. The problem is that some names changed in ceres. I had to replace some names in the files from the error log, but i cant remember on each name i changed, so start with: ceres::LocalParameterization is now ceres::Manifold. opencv/opencv_contrib#3218 Edit: see also new - ceres::LocalParameterization *q_parameterization = new ceres::EigenQuaternionManifold(); old - problem.SetParameterization(transformVec.at(i).rotationData() |
Solve by change like this:
The text was updated successfully, but these errors were encountered: