TASK: Remove typo in ceres optimizer branch (#1544)

This commit is contained in:
HO4X
2025-06-30 10:39:53 -07:00
committed by GitHub
parent 963ba42a1a
commit 2fdd2337c7
+1 -1
View File
@@ -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);