mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
TASK: Remove typo in ceres optimizer branch (#1544)
This commit is contained in:
@@ -197,7 +197,7 @@ std::map<int, Transform> OptimizerCeres::optimize(
|
||||
|
||||
if(angle_local_manifold == NULL)
|
||||
{
|
||||
angle_local_manifold = ceres::examples::AngleManfold::Create();
|
||||
angle_local_manifold = ceres::examples::AngleManifold::Create();
|
||||
}
|
||||
SetCeresProblemManifold(problem, &pose_begin_iter->second.yaw_radians, angle_local_manifold);
|
||||
SetCeresProblemManifold(problem, &pose_end_iter->second.yaw_radians, angle_local_manifold);
|
||||
|
||||
Reference in New Issue
Block a user